asuni commited on
Commit
a5720fe
·
verified ·
1 Parent(s): 6dea60d

Update syn_hifigan.py

Browse files
Files changed (1) hide show
  1. syn_hifigan.py +2 -5
syn_hifigan.py CHANGED
@@ -53,11 +53,8 @@ def parse_args(parser):
53
  parser.add_argument('--cudnn-benchmark', action='store_true',
54
  help='Enable cudnn benchmark mode')
55
 
56
- #parser.add_argument('--fastpitch', type=str, default='output_multilang/FastPitch_checkpoint_200.pt',
57
- # help='Full path to the generator checkpoint file (skip to use ground truth mels)') #########
58
- #parser.add_argument('--fastpitch', type=str, default='output_uralic/FastPitch_checkpoint_200.pt',
59
- # help='Full path to the generator checkpoint file (skip to use ground truth mels)') #########
60
- parser.add_argument('--fastpitch', type=str, default='output_6lang/FastPitch_checkpoint_50.pt',
61
  help='Full path to the generator checkpoint file (skip to use ground truth mels)') #########
62
  parser.add_argument('-d', '--denoising-strength', default=0.01, type=float,
63
  help='WaveGlow denoising')
 
53
  parser.add_argument('--cudnn-benchmark', action='store_true',
54
  help='Enable cudnn benchmark mode')
55
 
56
+
57
+ parser.add_argument('--fastpitch', type=str, default='output_multilang/FastPitch_checkpoint_50.pt',
 
 
 
58
  help='Full path to the generator checkpoint file (skip to use ground truth mels)') #########
59
  parser.add_argument('-d', '--denoising-strength', default=0.01, type=float,
60
  help='WaveGlow denoising')