zengineering commited on
Commit
8e63ef6
·
verified ·
1 Parent(s): c79f346

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": 12
6
+ }