Remove alphabet.txt from CI tests with bytes_output_mode

This commit is contained in:
Josh Meyer 2021-07-21 07:16:58 -04:00
parent 4342906c50
commit 0389560a92
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ fi;
# and when trying to run on multiple devices (like GPUs), this will break # and when trying to run on multiple devices (like GPUs), this will break
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
python -u train.py --alphabet_config_path "data/alphabet.txt" --show_progressbar false --early_stop false \ python -u train.py --show_progressbar false --early_stop false \
--train_files ${ldc93s1_csv} --train_batch_size 1 \ --train_files ${ldc93s1_csv} --train_batch_size 1 \
--dev_files ${ldc93s1_csv} --dev_batch_size 1 \ --dev_files ${ldc93s1_csv} --dev_batch_size 1 \
--test_files ${ldc93s1_csv} --test_batch_size 1 \ --test_files ${ldc93s1_csv} --test_batch_size 1 \

View File

@ -17,7 +17,7 @@ fi;
# and when trying to run on multiple devices (like GPUs), this will break # and when trying to run on multiple devices (like GPUs), this will break
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
python -u train.py --alphabet_config_path "data/alphabet.txt" --show_progressbar false --early_stop false \ python -u train.py --show_progressbar false --early_stop false \
--train_files ${ldc93s1_csv} --train_batch_size 1 \ --train_files ${ldc93s1_csv} --train_batch_size 1 \
--feature_cache '/tmp/ldc93s1_cache' \ --feature_cache '/tmp/ldc93s1_cache' \
--dev_files ${ldc93s1_csv} --dev_batch_size 1 \ --dev_files ${ldc93s1_csv} --dev_batch_size 1 \

View File

@ -16,7 +16,7 @@ fi;
# and when trying to run on multiple devices (like GPUs), this will break # and when trying to run on multiple devices (like GPUs), this will break
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
python -u train.py --alphabet_config_path "data/alphabet.txt" --show_progressbar false \ python -u train.py --show_progressbar false \
--n_hidden 100 \ --n_hidden 100 \
--checkpoint_dir '/tmp/ckpt_bytes' \ --checkpoint_dir '/tmp/ckpt_bytes' \
--export_dir '/tmp/train_bytes_tflite' \ --export_dir '/tmp/train_bytes_tflite' \