Upload prior/prior_config.json with huggingface_hub
Browse files- prior/prior_config.json +3 -2
prior/prior_config.json
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
"dim": 768,
|
9 |
"depth": 12,
|
10 |
"num_timesteps": 1000,
|
|
|
11 |
"num_time_embeds": 1,
|
12 |
"num_image_embeds": 1,
|
13 |
"num_text_embeds": 1,
|
@@ -51,10 +52,10 @@
|
|
51 |
"max_grad_norm": 0.5,
|
52 |
"use_ema": true,
|
53 |
"ema_beta": 0.9999,
|
54 |
-
"ema_update_after_step":
|
55 |
"amp": false,
|
56 |
"save_every_seconds": 3600,
|
57 |
-
"eval_timesteps": [64,
|
58 |
},
|
59 |
"tracker": {
|
60 |
"data_path": ".prior-updates",
|
|
|
8 |
"dim": 768,
|
9 |
"depth": 12,
|
10 |
"num_timesteps": 1000,
|
11 |
+
"max_text_len": 256,
|
12 |
"num_time_embeds": 1,
|
13 |
"num_image_embeds": 1,
|
14 |
"num_text_embeds": 1,
|
|
|
52 |
"max_grad_norm": 0.5,
|
53 |
"use_ema": true,
|
54 |
"ema_beta": 0.9999,
|
55 |
+
"ema_update_after_step": 10,
|
56 |
"amp": false,
|
57 |
"save_every_seconds": 3600,
|
58 |
+
"eval_timesteps": [64, 1000]
|
59 |
},
|
60 |
"tracker": {
|
61 |
"data_path": ".prior-updates",
|