zengineering commited on
Commit
256940d
·
verified ·
1 Parent(s): d37405e

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "input_dim": 128,
3
+ "hidden_dim": 512,
4
+ "num_layers": 3,
5
+ "z_dim": 6
6
+ }