NVIDIA / OpenSeq2Seq

Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
https://nvidia.github.io/OpenSeq2Seq
Apache License 2.0
1.54k stars 372 forks source link

Data_layer typo #549

Open DalHyun opened 3 years ago

DalHyun commented 3 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. image