katrihiovain commited on
Commit
073f6eb
·
1 Parent(s): 7efe08e

updated model

Browse files
Files changed (1) hide show
  1. syn_hifigan.py +1 -1
syn_hifigan.py CHANGED
@@ -56,7 +56,7 @@ def parse_args(parser):
56
  #parser.add_argument('--fastpitch', type=str, default='output_smj_sander/FastPitch_checkpoint_660.pt',
57
  #help='Full path to the generator checkpoint file (skip to use ground truth mels)') #########
58
 
59
- parser.add_argument('--fastpitch', type=str, default='output_multilang/FastPitch_checkpoint_100.pt',
60
  help='Full path to the generator checkpoint file (skip to use ground truth mels)') #########
61
 
62
  parser.add_argument('-d', '--denoising-strength', default=0.01, type=float,
 
56
  #parser.add_argument('--fastpitch', type=str, default='output_smj_sander/FastPitch_checkpoint_660.pt',
57
  #help='Full path to the generator checkpoint file (skip to use ground truth mels)') #########
58
 
59
+ parser.add_argument('--fastpitch', type=str, default='output_multilang/FastPitch_checkpoint_200.pt',
60
  help='Full path to the generator checkpoint file (skip to use ground truth mels)') #########
61
 
62
  parser.add_argument('-d', '--denoising-strength', default=0.01, type=float,