Mirco commited on
Commit
545591b
1 Parent(s): c098a0e

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +1 -1
hyperparams.yaml CHANGED
@@ -58,7 +58,7 @@ model: !new:speechbrain.lobes.models.Tacotron2.Tacotron2
58
  decoder_no_early_stopping: !ref <decoder_no_early_stopping>
59
 
60
  # Function that converts the text into a sequence of valid characters.
61
- text_to_sequence: !name:recipes.LJSpeech.TTS.tacotron2.text_to_sequence.text_to_sequence
62
 
63
  modules:
64
  model: !ref <model>
 
58
  decoder_no_early_stopping: !ref <decoder_no_early_stopping>
59
 
60
  # Function that converts the text into a sequence of valid characters.
61
+ text_to_sequence: !name:speechbrain.utils.text_to_sequence.text_to_sequence
62
 
63
  modules:
64
  model: !ref <model>