Commit
·
6f74bc2
1
Parent(s):
7e843f4
Update unet/config.json
Browse files- unet/config.json +1 -1
unet/config.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
| 35 |
"freq_shift": 0,
|
| 36 |
"in_channels": 2,
|
| 37 |
"mid_block_type": "UNetMidBlock1D",
|
| 38 |
-
"
|
| 39 |
"out_channels": 2,
|
| 40 |
"sample_rate": 16000,
|
| 41 |
"sample_size": 65536,
|
|
|
|
| 35 |
"freq_shift": 0,
|
| 36 |
"in_channels": 2,
|
| 37 |
"mid_block_type": "UNetMidBlock1D",
|
| 38 |
+
"extra_in_channels": 16,
|
| 39 |
"out_channels": 2,
|
| 40 |
"sample_rate": 16000,
|
| 41 |
"sample_size": 65536,
|