Create config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"T": 1000,
|
| 3 |
+
"ch": 128,
|
| 4 |
+
"ch_mult": [1, 2, 3, 4],
|
| 5 |
+
"attn": [2],
|
| 6 |
+
"num_res_blocks": 2,
|
| 7 |
+
"dropout": 0.15
|
| 8 |
+
}
|