DeepSpeech/bin
2017-06-25 12:15:34 -03:00
..
enqueue.sh Fix #493; DeepSpeech part of SLURM cluster support 2017-05-18 03:20:24 -07:00
gpu_usage_chart Tracking GPU Usage 2016-11-17 11:49:20 +01:00
gpu_usage_plot Tracking GPU Usage 2016-11-17 11:49:20 +01:00
import_fisher.py Fix typo in Fisher importer 2017-06-25 12:15:34 -03:00
import_ldc93s1.py Save absolute paths in dataset definition files 2017-04-25 23:58:13 -03:00
import_librivox.py Save absolute paths in dataset definition files 2017-04-25 23:58:13 -03:00
import_swb.py Save absolute paths in dataset definition files 2017-04-25 23:58:13 -03:00
import_ted.py Keep unsplit WAV files in the TED corpus 2017-05-10 12:04:45 -03:00
job-template.sbatch Fix #590; Fix #551; Fix #615; Better process exit and exception handlin 2017-06-07 08:10:57 -07:00
README.md Fix #328; distributed TensorFlow 2017-03-31 17:10:34 +02:00
run-cluster.sh Fix #328; distributed TensorFlow 2017-03-31 17:10:34 +02:00
run-fisher.sh Fix #493; DeepSpeech part of SLURM cluster support 2017-05-18 03:20:24 -07:00
run-ldc93s1.sh Fix #493; DeepSpeech part of SLURM cluster support 2017-05-18 03:20:24 -07:00
run-librivox.sh Fix #493; DeepSpeech part of SLURM cluster support 2017-05-18 03:20:24 -07:00
run-swb.sh Fix #493; DeepSpeech part of SLURM cluster support 2017-05-18 03:20:24 -07:00
run-ted.sh Fixed issue #608 2017-05-28 07:34:26 +02:00
run-wer-automation.sh Fixed issue #608 2017-05-28 07:34:26 +02:00
update-website.sh Handling of website publication 2016-10-24 16:35:45 +02:00

Utility scripts

This folder contains scripts that can be used to do training on the various included importers from the command line. This is useful to be able to run training without a browser open, or unattended on a remote machine. They should be run from the base directory of the repository. Note that the default settings assume a very well-specified machine. In the situation that out-of-memory errors occur, you may find decreasing the values of --train_batch_size, --dev_batch_size and --test_batch_size will allow you to continue, at the expense of speed.