Skip to content

Commit

Permalink
Reverted to en cleaners as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschaefer26 committed Jul 6, 2020
1 parent 07dd1ac commit 6aaeab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
tts_postnet_K = 8
tts_num_highways = 4
tts_dropout = 0.5
language = 'en-us'
language = 'en'
tts_cleaner_name = 'english_cleaners'
tts_stop_threshold = -11 # Value below which audio generation ends.
# For example, for a range of [-4, 4], this
Expand Down

0 comments on commit 6aaeab2

Please sign in to comment.