Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Data_layer typo #549

Open
DalHyun opened this issue Aug 24, 2020 · 0 comments · May be fixed by #553
Open

Data_layer typo #549

DalHyun opened this issue Aug 24, 2020 · 0 comments · May be fixed by #553

Comments

@DalHyun
Copy link

DalHyun commented Aug 24, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant