Open DalHyun opened 4 years ago
open_seq2seq/data/text2speech/text2speech.py
The if statement at 322 takes the same condition twice: ("duration_max", None) or ("duration_max", None). It should rather be ("duration_max", None) or ("duration_min", None) I think.
open_seq2seq/data/text2speech/text2speech.py
The if statement at 322 takes the same condition twice: ("duration_max", None) or ("duration_max", None). It should rather be ("duration_max", None) or ("duration_min", None) I think.