DeepSpeech/bin
2020-03-24 16:53:02 +01:00
..
build_sdb.py Fix #2830 - Support for unlabeled samples 2020-03-24 16:53:02 +01:00
gpu_usage_chart Remove deprecated automation code 2018-07-30 12:36:31 +02:00
gpu_usage_plot Remove deprecated automation code 2018-07-30 12:36:31 +02:00
graphdef_binary_to_text.py Run tf_upgrade_v2 on our code 2019-08-28 17:53:24 +02:00
import_aidatatang.py Share argparser amongst importers 2020-03-18 11:04:36 +01:00
import_aishell.py Share argparser amongst importers 2020-03-18 11:04:36 +01:00
import_cv2.py Converting importers from multiprocessing.dummy to multiprocessing 2020-03-18 11:04:36 +01:00
import_cv.py Converting importers from multiprocessing.dummy to multiprocessing 2020-03-18 11:04:36 +01:00
import_fisher.py Localizeable validate_label 2020-03-18 11:04:36 +01:00
import_freestmandarin.py Share argparser amongst importers 2020-03-18 11:04:36 +01:00
import_gram_vaani.py Localizeable validate_label 2020-03-18 11:04:36 +01:00
import_ldc93s1.py Remove deprecased tensorflow.contrib.learn.python.learn.datasets.base.maybe_download 2018-10-02 10:59:16 +02:00
import_librivox.py Allow for different sample rate exports 2019-06-23 19:47:12 +01:00
import_lingua_libre.py Converting importers from multiprocessing.dummy to multiprocessing 2020-03-18 11:04:36 +01:00
import_m-ailabs.py Converting importers from multiprocessing.dummy to multiprocessing 2020-03-18 11:04:36 +01:00
import_magicdata.py Share argparser amongst importers 2020-03-18 11:04:36 +01:00
import_primewords.py Share argparser amongst importers 2020-03-18 11:04:36 +01:00
import_slr57.py Converting importers from multiprocessing.dummy to multiprocessing 2020-03-18 11:04:36 +01:00
import_swb.py Localizeable validate_label 2020-03-18 11:04:36 +01:00
import_swc.py Localizeable validate_label 2020-03-18 11:04:36 +01:00
import_ted.py Remove deprecased tensorflow.contrib.learn.python.learn.datasets.base.maybe_download 2018-10-02 10:59:16 +02:00
import_timit.py removed blank 2017-09-12 15:09:02 +01:00
import_ts.py Converting importers from multiprocessing.dummy to multiprocessing 2020-03-18 11:04:36 +01:00
import_tuda.py Localizeable validate_label 2020-03-18 11:04:36 +01:00
import_vctk.py Converting importers from multiprocessing.dummy to multiprocessing 2020-03-18 11:04:36 +01:00
import_voxforge.py Update import_voxforge.py 2019-08-18 09:44:12 +01:00
ops_in_graph.py Run tf_upgrade_v2 on our code 2019-08-28 17:53:24 +02:00
play.py Fix #2830 - Support for unlabeled samples 2020-03-24 16:53:02 +01:00
README.rst Move from Markdown to reStructuredText 2019-10-04 12:07:32 +02:00
run-ldc93s1.sh Force only one GPU on LDC93S1 scripts 2019-04-30 17:35:26 +02:00
run-tc-ldc93s1_checkpoint_sdb.sh SDB support 2020-03-10 10:32:58 +01:00
run-tc-ldc93s1_checkpoint.sh Add transfer learning test 2020-02-17 08:29:10 +01:00
run-tc-ldc93s1_new_sdb_csv.sh SDB support 2020-03-10 10:32:58 +01:00
run-tc-ldc93s1_new_sdb.sh SDB support 2020-03-10 10:32:58 +01:00
run-tc-ldc93s1_new.sh Update all API consumers 2020-02-11 19:44:36 +01:00
run-tc-ldc93s1_singleshotinference.sh Update all API consumers 2020-02-11 19:44:36 +01:00
run-tc-ldc93s1_tflite.sh Update all API consumers 2020-02-11 19:44:36 +01:00
run-tc-transfer.sh Force UTF-8 IO encoding 2020-02-17 10:46:40 +01: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.