Create config.json
Browse files- 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 |
+
}
|