totoku commited on
Commit
dcf2aea
·
verified ·
1 Parent(s): b0e9dd2

Create config.json

Browse files
Files changed (1) hide show
  1. FlashVSR-v1.1/vae/config.json +4 -0
FlashVSR-v1.1/vae/config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "channels": [512, 256, 128, 128],
3
+ "z_dim": 784
4
+ }