Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -11,5 +11,5 @@
|
|
| 11 |
"pretrained": true,
|
| 12 |
"dropout": 0.5,
|
| 13 |
"seed": 42,
|
| 14 |
-
"device": "
|
| 15 |
}
|
|
|
|
| 11 |
"pretrained": true,
|
| 12 |
"dropout": 0.5,
|
| 13 |
"seed": 42,
|
| 14 |
+
"device": "cpu" // or "cuda"
|
| 15 |
}
|