Improvment: NotFoundError
: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for best_dev_checkpoint
#2338
Labels
Trying to optimize my LM but
lm_optimizer.py
throwsNotFoundError
as environment has CuDNN disabled.I want to use my GPU --'
Related?
I have a bad feeling about this one.
To Reproduce
Steps to reproduce the behavior:
Full logs
Expected behavior
A study should start on the GPU for 50 trails.
Environment (please complete the following information): Docker
python -u /home/trainer/lm_optimizer.py --show_progressbar true --train_cudnn true --alphabet_config_path /mnt/models/fr/alphabet.txt --scorer_path /mnt/lm/fr/kenlm.scorer --feature_cache /mnt/sources/fr/feature_cache --test_files /mnt/extracted/fr/data/Assistant/train_test.csv --test_batch_size 64 --n_hidden 2048 --lm_alpha_max 2 --lm_beta_max 4 --n_trials 50 --checkpoint_dir /transfer-checkpoint
Additional context
Built using the Training Wizard for STT
The text was updated successfully, but these errors were encountered: