Skip to content

Commit c4e723a

Browse files
committed
😶 Do not use mixed precision when Melgan/mb-melgan discriminator enable.
1 parent 4f250c2 commit c4e723a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/multiband_melgan/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ If you want to finetune a model, use `--pretrained` like this with the filename
5252

5353
- If Your Dataset is 16K, upsample_scales = [2, 4, 8] worked.
5454
- 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.
5556

5657
### Step 3: Decode audio from folder mel-spectrogram
5758
To running inference on folder mel-spectrogram (eg valid folder), run below command line:

0 commit comments

Comments
 (0)