We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HI, I can not save model and vocab when using spm.SentencePieceTrainer.Train.
This is my config: python3 ./openspeech_cli/hydra_train.py dataset=librispeech dataset.dataset_download=False dataset.dataset_path=/home/stud_dat/openspeech/openspeech/datasets/librispeech dataset.manifest_file_path=$MANIFEST_FILE_PATH tokenizer=libri_subword model=conformer_lstm audio=fbank lr_scheduler=warmup_reduce_lr_on_plateau trainer=gpu criterion=cross_entropy
The text was updated successfully, but these errors were encountered:
And this is the error: trainer_interface.cc(605) LOG(INFO) Saving model: sp.model trainer_interface.cc(616) LOG(INFO) Saving vocabs: sp.vocab Error executing job with overrides: ['dataset=librispeech', 'dataset.dataset_download=False', 'dataset.dataset_path=/home/stud_dat/openspeech/openspeech/datasets/librispeech', 'dataset.manifest_file_path=', 'tokenizer=libri_subword', 'model=conformer_lstm', 'audio=fbank', 'lr_scheduler=warmup_reduce_lr_on_plateau', 'trainer=gpu', 'criterion=cross_entropy']
Sorry, something went wrong.
No branches or pull requests
❓ Questions & Help
HI, I can not save model and vocab when using spm.SentencePieceTrainer.Train.
Details
This is my config:
python3 ./openspeech_cli/hydra_train.py dataset=librispeech dataset.dataset_download=False dataset.dataset_path=/home/stud_dat/openspeech/openspeech/datasets/librispeech dataset.manifest_file_path=$MANIFEST_FILE_PATH tokenizer=libri_subword model=conformer_lstm audio=fbank lr_scheduler=warmup_reduce_lr_on_plateau trainer=gpu criterion=cross_entropy
The text was updated successfully, but these errors were encountered: