DeepSpeech/bin
Reuben Morais bc8b046605 Merge pull request #84 from mozilla/issue3_fisher
Implement Fisher corpus importer
2016-12-30 09:29:36 -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
README.md Add a README for the binaries directory 2016-11-30 18:02:36 +00:00
run-fisher.sh Remove ds_dataset_path export from run-fisher.sh 2016-12-30 09:28:37 -02:00
run-ldc93s1.sh Rename 'training_iters' -> 'epochs' 2016-11-30 18:05:30 +00:00
run-librivox.sh Rename 'training_iters' -> 'epochs' 2016-11-30 18:05:30 +00:00
run-ted.sh Decreased batch sizes 2016-12-24 08:07:40 +01:00
run-wer-automation.sh Fix #325 (Dropout too low) 2016-12-29 15:47:25 +01: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 ds_train_batch_size, ds_dev_batch_size and ds_test_batch_size will allow you to continue, at the expense of speed.