Veldrovive
commited on
Commit
•
5472b9a
1
Parent(s):
d470704
Upload decoder_config.json with huggingface_hub
Browse files- decoder_config.json +6 -6
decoder_config.json
CHANGED
@@ -75,16 +75,13 @@
|
|
75 |
|
76 |
"wandb_entity": "veldrovive",
|
77 |
"wandb_project": "trackers_tests",
|
78 |
-
"wandb_run_name": "test",
|
79 |
-
"wandb_run_id": "16yrx3of",
|
80 |
-
"wandb_resume": true,
|
81 |
|
82 |
"verbose": true
|
83 |
},
|
84 |
|
85 |
"load": {
|
86 |
-
"load_from":
|
87 |
-
"
|
88 |
},
|
89 |
|
90 |
"save": [{
|
@@ -94,11 +91,14 @@
|
|
94 |
"save_to": "huggingface",
|
95 |
"huggingface_repo": "Veldrovive/test_model",
|
96 |
|
97 |
-
"save_all":
|
98 |
"save_latest": true,
|
99 |
"save_best": true,
|
100 |
|
101 |
"save_type": "checkpoint"
|
|
|
|
|
|
|
102 |
}]
|
103 |
}
|
104 |
}
|
|
|
75 |
|
76 |
"wandb_entity": "veldrovive",
|
77 |
"wandb_project": "trackers_tests",
|
|
|
|
|
|
|
78 |
|
79 |
"verbose": true
|
80 |
},
|
81 |
|
82 |
"load": {
|
83 |
+
"load_from": null,
|
84 |
+
"file_path": "/opt/dalle2_generator/test_models/latest.pth"
|
85 |
},
|
86 |
|
87 |
"save": [{
|
|
|
91 |
"save_to": "huggingface",
|
92 |
"huggingface_repo": "Veldrovive/test_model",
|
93 |
|
94 |
+
"save_all": true,
|
95 |
"save_latest": true,
|
96 |
"save_best": true,
|
97 |
|
98 |
"save_type": "checkpoint"
|
99 |
+
}, {
|
100 |
+
"save_to": "local",
|
101 |
+
"file_path": "/opt/dalle2_generator/test_models/models"
|
102 |
}]
|
103 |
}
|
104 |
}
|