Commit
·
ea6fc32
1
Parent(s):
7c393ee
Upload decoder_config.json with huggingface_hub
Browse files- decoder_config.json +1 -4
decoder_config.json
CHANGED
|
@@ -80,7 +80,7 @@
|
|
| 80 |
},
|
| 81 |
|
| 82 |
"load": {
|
| 83 |
-
"load_from":
|
| 84 |
"file_path": "/opt/dalle2_generator/test_models/latest.pth"
|
| 85 |
},
|
| 86 |
|
|
@@ -96,9 +96,6 @@
|
|
| 96 |
"save_best": true,
|
| 97 |
|
| 98 |
"save_type": "checkpoint"
|
| 99 |
-
}, {
|
| 100 |
-
"save_to": "local",
|
| 101 |
-
"file_path": "/opt/dalle2_generator/test_models"
|
| 102 |
}]
|
| 103 |
}
|
| 104 |
}
|
|
|
|
| 80 |
},
|
| 81 |
|
| 82 |
"load": {
|
| 83 |
+
"load_from": "local",
|
| 84 |
"file_path": "/opt/dalle2_generator/test_models/latest.pth"
|
| 85 |
},
|
| 86 |
|
|
|
|
| 96 |
"save_best": true,
|
| 97 |
|
| 98 |
"save_type": "checkpoint"
|
|
|
|
|
|
|
|
|
|
| 99 |
}]
|
| 100 |
}
|
| 101 |
}
|