Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preprocess Error #12

Open
iamweiweishi opened this issue Feb 26, 2021 · 0 comments
Open

Preprocess Error #12

iamweiweishi opened this issue Feb 26, 2021 · 0 comments

Comments

@iamweiweishi
Copy link

Hi, I followed your instructions and tried to train a rnn model, but met an error,

Traceback (most recent call last):
File "encoder_train.py", line 48, in
train(**vars(args))
File "/home/code/2021/tensorized-rnn/experiments/speaker_verification/encoder/main.py", line 40, in train
train_loader = create_train_loader(train_data_dir, train_frac)
File "/home/code/2021/tensorized-rnn/experiments/speaker_verification/encoder/main.py", line 202, in create_train_loader
SpeakerVerificationDataset(clean_data_root, train_dataset_len, train_frac),
File "/home/code/2021/tensorized-rnn/experiments/speaker_verification/encoder/data_objects/speaker_verification_dataset.py", line 22, in init
raise Exception("No speakers found. Make sure you are pointing to the directory "

Then I found that the 'create_train_loader' tried to use data under directory "_librispeech_train-clean-100_tisv". But I did not get the directory when running 'encoder_preprocess.py' is done.

Thank you.

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

No branches or pull requests

1 participant