Veldrovive
commited on
Commit
•
1c8aaaf
1
Parent(s):
b0c7e7d
Upload decoder_config.json
Browse files- decoder_config.json +4 -4
decoder_config.json
CHANGED
@@ -59,11 +59,11 @@
|
|
59 |
"lr":1e-4,
|
60 |
"wd": 0.01,
|
61 |
"max_grad_norm": 0.5,
|
62 |
-
"save_every_n_samples":
|
63 |
"n_sample_images": 10,
|
64 |
"device": "cuda:0",
|
65 |
-
"epoch_samples":
|
66 |
-
"validation_samples":
|
67 |
"use_ema": true,
|
68 |
"ema_beta": 0.99,
|
69 |
"save_all": false,
|
@@ -96,7 +96,7 @@
|
|
96 |
},
|
97 |
|
98 |
"load": {
|
99 |
-
"load_from":
|
100 |
"file_path": "/home/aidan/DALLE2-pytorch/latest.pth"
|
101 |
},
|
102 |
|
|
|
59 |
"lr":1e-4,
|
60 |
"wd": 0.01,
|
61 |
"max_grad_norm": 0.5,
|
62 |
+
"save_every_n_samples": 1000,
|
63 |
"n_sample_images": 10,
|
64 |
"device": "cuda:0",
|
65 |
+
"epoch_samples": 1500,
|
66 |
+
"validation_samples": 1000,
|
67 |
"use_ema": true,
|
68 |
"ema_beta": 0.99,
|
69 |
"save_all": false,
|
|
|
96 |
},
|
97 |
|
98 |
"load": {
|
99 |
+
"load_from": null,
|
100 |
"file_path": "/home/aidan/DALLE2-pytorch/latest.pth"
|
101 |
},
|
102 |
|