Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -8,5 +8,7 @@
|
|
| 8 |
"dropout": 0.15,
|
| 9 |
"image_size": 32,
|
| 10 |
"in_channels": 3,
|
| 11 |
-
"out_channels": 3
|
|
|
|
|
|
|
| 12 |
}
|
|
|
|
| 8 |
"dropout": 0.15,
|
| 9 |
"image_size": 32,
|
| 10 |
"in_channels": 3,
|
| 11 |
+
"out_channels": 3,
|
| 12 |
+
"time_embedding_dim": 512,
|
| 13 |
+
"norm_num_groups": 32
|
| 14 |
}
|