DeepSpeech/bin
2017-08-25 15:58:49 +02:00
..
enqueue.sh Fix #678; copying keep directory into right target directory 2017-07-05 10:30:19 +02: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 #693; corrections for several Fisher test samples 2017-07-05 11:59:45 +02:00
import_ldc93s1.py Fix #715; removed wrong and unused import 2017-07-13 14:28:59 +02:00
import_librivox.py Save absolute paths in dataset definition files 2017-04-25 23:58:13 -03:00
import_swb.py Fixed #789 2017-08-25 10:06:58 +02:00
import_ted.py Keep unsplit WAV files in the TED corpus 2017-05-10 12:04:45 -03:00
import_voxforge.py add importer for voxforge data 2017-07-13 20:21:44 +08: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 Removed log level parameter 2017-08-25 13:15:25 +02:00
run-tc-ldc93s1.sh TaskCluster-based training and testing of DeepSpeech 2017-08-11 18:41:41 +02: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.