giulio98 commited on
Commit
0f8b668
·
verified ·
1 Parent(s): f1a9857

Upload unet/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. unet/config.json +5 -5
unet/config.json CHANGED
@@ -39,11 +39,11 @@
39
  "norm_eps": 1e-06,
40
  "norm_num_groups": null,
41
  "num_train_timesteps": null,
42
- "optimization_step": 210000,
43
  "out_channels": 3,
44
- "power": 0.75,
45
  "resnet_time_scale_shift": "default",
46
- "sample_size": 256,
47
  "set_W_to_weight": false,
48
  "time_embedding_type": "fourier",
49
  "up_block_types": [
@@ -57,5 +57,5 @@
57
  ],
58
  "update_after_step": 0,
59
  "upsample_type": "conv",
60
- "use_ema_warmup": true
61
- }
 
39
  "norm_eps": 1e-06,
40
  "norm_num_groups": null,
41
  "num_train_timesteps": null,
42
+ "optimization_step": 120000,
43
  "out_channels": 3,
44
+ "power": 0.6666666666666666,
45
  "resnet_time_scale_shift": "default",
46
+ "sample_size": 64,
47
  "set_W_to_weight": false,
48
  "time_embedding_type": "fourier",
49
  "up_block_types": [
 
57
  ],
58
  "update_after_step": 0,
59
  "upsample_type": "conv",
60
+ "use_ema_warmup": false
61
+ }