Upload ./unet/config.json with huggingface_hub
Browse files- unet/config.json +2 -3
unet/config.json
CHANGED
@@ -36,14 +36,13 @@
|
|
36 |
"min_decay": 0.0,
|
37 |
"norm_eps": 1e-05,
|
38 |
"norm_num_groups": 32,
|
39 |
-
"num_class_embeds":
|
40 |
"num_train_timesteps": null,
|
41 |
"optimization_step": 180000,
|
42 |
"out_channels": 3,
|
43 |
"power": 0.75,
|
44 |
"resnet_time_scale_shift": "default",
|
45 |
"sample_size": 64,
|
46 |
-
"set_W_to_weight": true,
|
47 |
"time_embedding_type": "positional",
|
48 |
"up_block_types": [
|
49 |
"UpBlock2D",
|
@@ -56,4 +55,4 @@
|
|
56 |
"update_after_step": 0,
|
57 |
"upsample_type": "conv",
|
58 |
"use_ema_warmup": true
|
59 |
-
}
|
|
|
36 |
"min_decay": 0.0,
|
37 |
"norm_eps": 1e-05,
|
38 |
"norm_num_groups": 32,
|
39 |
+
"num_class_embeds": 11,
|
40 |
"num_train_timesteps": null,
|
41 |
"optimization_step": 180000,
|
42 |
"out_channels": 3,
|
43 |
"power": 0.75,
|
44 |
"resnet_time_scale_shift": "default",
|
45 |
"sample_size": 64,
|
|
|
46 |
"time_embedding_type": "positional",
|
47 |
"up_block_types": [
|
48 |
"UpBlock2D",
|
|
|
55 |
"update_after_step": 0,
|
56 |
"upsample_type": "conv",
|
57 |
"use_ema_warmup": true
|
58 |
+
}
|