Spaces:
Runtime error
Runtime error
LightChen2333
commited on
Commit
•
575471f
1
Parent(s):
ff323e2
Update config/examples/from_pretrained.yaml
Browse files
config/examples/from_pretrained.yaml
CHANGED
@@ -4,7 +4,7 @@ base:
|
|
4 |
name: "OpenSLUv1"
|
5 |
train: false
|
6 |
test: true
|
7 |
-
device:
|
8 |
seed: 42
|
9 |
epoch_num: 300
|
10 |
batch_size: 16
|
|
|
4 |
name: "OpenSLUv1"
|
5 |
train: false
|
6 |
test: true
|
7 |
+
device: cpu
|
8 |
seed: 42
|
9 |
epoch_num: 300
|
10 |
batch_size: 16
|