patrickvonplaten commited on
Commit
b36cbfa
1 Parent(s): 60fdab4

Update unet/config.json

Browse files
Files changed (1) hide show
  1. 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
- "out_block_type": "",
39
  "out_channels": 2,
40
  "sample_rate": 48000,
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": 48000,
41
  "sample_size": 65536,