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

FileNotFoundError: [Errno 2] No such file or directory: '../../../LibriSpeech/sp.model' #144

Closed
tand22 opened this issue Feb 28, 2022 · 6 comments · Fixed by #178
Closed
Assignees
Labels
QUESTION Further information is requested

Comments

@tand22
Copy link

tand22 commented Feb 28, 2022

❓ Questions & Help

Getting stuck at this point when trying to run training. Does my shell command look correct?

Details

Screen Shot 2022-02-28 at 11 02 17 am

Screen Shot 2022-02-28 at 11 00 10 am

@sooftware sooftware added the QUESTION Further information is requested label Feb 28, 2022
@sooftware
Copy link
Member

Can you attach the command?

@tand22
Copy link
Author

tand22 commented Feb 28, 2022

python ./openspeech_cli/hydra_train.py dataset=librispeech dataset.dataset_download=False dataset.dataset_path=/home/tand/Projects/openspeech/libri/LibriSpeech dataset.manifest_file_path=/home/tand/Projects/openspeech/libri/LibriSpeech/libri_subword_manifest.txt tokenizer=libri_subword model=rnn_transducer audio=fbank lr_scheduler=warmup_reduce_lr_on_plateau trainer=gpu criterion=cross_entropy

I had some issues downloading the dataset initially, so I manually copied across the contents into train-960 from the other folders.

@sooftware
Copy link
Member

sooftware commented Feb 28, 2022

Can you show me the head(5 examples) of the libri_subword_manifest.txt?

@sooftware
Copy link
Member

Do it without specifying the dataset.manifest_file_path.

@tand22
Copy link
Author

tand22 commented Feb 28, 2022

Hmm I don't have a libri_subword_manifest.txt. Just tried without specifying the dataset.manifest_file_path and unfortunately it's still the same error.

@tand22
Copy link
Author

tand22 commented Feb 28, 2022

Managed to solve the issue by moving the LibriSpeech directory up a level

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

Successfully merging a pull request may close this issue.

3 participants