Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -25,14 +25,14 @@
|
|
| 25 |
"dropout": 0.0,
|
| 26 |
"flip_sin_to_cos": false,
|
| 27 |
"freq_shift": 1,
|
| 28 |
-
"in_channels":
|
| 29 |
"layers_per_block": 2,
|
| 30 |
"mid_block_scale_factor": 1,
|
| 31 |
"norm_eps": 1e-06,
|
| 32 |
"norm_num_groups": 32,
|
| 33 |
"num_class_embeds": null,
|
| 34 |
"num_train_timesteps": null,
|
| 35 |
-
"out_channels":
|
| 36 |
"resnet_time_scale_shift": "default",
|
| 37 |
"sample_size": 32,
|
| 38 |
"time_embedding_type": "positional",
|
|
|
|
| 25 |
"dropout": 0.0,
|
| 26 |
"flip_sin_to_cos": false,
|
| 27 |
"freq_shift": 1,
|
| 28 |
+
"in_channels": 7,
|
| 29 |
"layers_per_block": 2,
|
| 30 |
"mid_block_scale_factor": 1,
|
| 31 |
"norm_eps": 1e-06,
|
| 32 |
"norm_num_groups": 32,
|
| 33 |
"num_class_embeds": null,
|
| 34 |
"num_train_timesteps": null,
|
| 35 |
+
"out_channels": 7,
|
| 36 |
"resnet_time_scale_shift": "default",
|
| 37 |
"sample_size": 32,
|
| 38 |
"time_embedding_type": "positional",
|