Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preprocess problem

chalathecfc opened this issue · comments

after preprocessing a dataset that has similar structure with that of LJspeech only 7731 of 8076 audios files are processed i don't know where the problem is from. how can i fix this problem? any idea?

Maybe they have been droped because they are too long, the number of frames of them is larger than max_mel_frames in hparams.py#70. You can also see the using of this param in datasets/preprocessor.py