Create config.json
Browse files
FlashVSR-v1.1/vae/config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"channels": [512, 256, 128, 128],
|
| 3 |
+
"z_dim": 784
|
| 4 |
+
}
|