DeepSpeech/bin
2020-07-09 11:55:26 +02:00
..
build_sdb.py Resolves #3144 - Add augmentation support to build_sdb.py 2020-07-09 11:55:26 +02:00
compare_samples.py Live audio augmentation 2020-05-12 10:18:21 +02:00
graphdef_binary_to_text.py Reformat importers with black 2020-03-31 13:43:30 +02:00
import_aidatatang.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_aishell.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_cv2.py Fix: #3130 - Missing deepspeech_training.util.text.Alphabet 2020-07-07 17:02:24 +02:00
import_cv.py Report imported vs total audio time 2020-06-10 13:12:15 +02:00
import_fisher.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_freestmandarin.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_gram_vaani.py Reformat importers with black 2020-03-31 13:43:30 +02:00
import_ldc93s1.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_librivox.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_lingua_libre.py Fix: #3130 - Missing deepspeech_training.util.text.Alphabet 2020-07-07 17:02:24 +02:00
import_m-ailabs.py Fix: #3130 - Missing deepspeech_training.util.text.Alphabet 2020-07-07 17:02:24 +02:00
import_magicdata.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_primewords.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_slr57.py Fix: #3130 - Missing deepspeech_training.util.text.Alphabet 2020-07-07 17:02:24 +02:00
import_swb.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_swc.py Fix: #3130 - Missing deepspeech_training.util.text.Alphabet 2020-07-07 17:02:24 +02:00
import_ted.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_timit.py Reformat importers with black 2020-03-31 13:43:30 +02:00
import_ts.py Report imported vs total audio time 2020-06-10 13:12:15 +02:00
import_tuda.py Fix: #3130 - Missing deepspeech_training.util.text.Alphabet 2020-07-07 17:02:24 +02:00
import_vctk.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_voxforge.py Remove unneeded six.moves import 2020-03-31 13:57:44 +02:00
ops_in_graph.py Reformat importers with black 2020-03-31 13:43:30 +02:00
play.py Update bin/play.py 2020-06-16 10:10:01 +02: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-graph_augmentations.sh Warp augmentation 2020-06-29 16:22:31 +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_metrics.sh Add training test with --metrics_files 2020-06-08 18:06:21 +02: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-sample_augmentations.sh Refactoring of TF based augmentations 2020-06-10 13:42:45 +02:00
run-tc-transfer.sh Split --load into two to avoid unexpected behavior at evaluation time 2020-04-07 14:24:05 +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.