You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/multiband_melgan/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ If you want to finetune a model, use `--pretrained` like this with the filename
52
52
53
53
- If Your Dataset is 16K, upsample_scales = [2, 4, 8] worked.
54
54
- If Your Dataset is > 16K (22K, 24K, ...), upsample_scales = [2, 4, 8] didn't worked, used [8, 4, 2] instead.
55
+
- Mixed precision make Group Convolution training slower on Discriminator, both pytorch (apex) and tensorflow also has this problems. So, **DO NOT USE** mixed precision when discriminator enable.
55
56
56
57
### Step 3: Decode audio from folder mel-spectrogram
57
58
To running inference on folder mel-spectrogram (eg valid folder), run below command line:
0 commit comments