Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/run-ci-ldc93s1_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ python -u train.py --alphabet_config_path "data/alphabet.txt" \
--learning_rate 0.001 --dropout_rate 0.05 --export_dir '/tmp/train' \
--scorer_path 'data/smoke_test/pruned_lm.scorer' \
--audio_sample_rate ${audio_sample_rate} \
--export_tflite false
--export_tflite false \
--skip_batch_test true
1 change: 1 addition & 0 deletions bin/run-ldc93s1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ python -m coqui_stt_training.train \
--n_hidden 100 \
--epochs 200 \
--checkpoint_dir "$checkpoint_dir" \
--skip_batch_test true \
"$@"