zengineering commited on
Commit
464cea1
·
verified ·
1 Parent(s): 86b6eac

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "autoencoder7x",
3
+ "input_length": 128,
4
+ "channel2": 128,
5
+ "channel3": 512,
6
+ "channel4": 2048,
7
+ "reduction": 16,
8
+ "z_dim": 24
9
+ }