DeepSpeech/bin
2020-05-27 19:02:55 +02:00
..
build_sdb.py Live audio augmentation 2020-05-12 10:18:21 +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 typo from argument reordering 2020-05-27 19:02:55 +02:00
import_cv.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +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 import_lingua_libre.py: n channels + bitdepth 2020-04-16 22:44:32 +02:00
import_m-ailabs.py M-AILAB importer: Ensure all samples are 16 kHz 2020-04-20 17:34:58 +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 Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_swb.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_swc.py Update import_swc.py 2020-04-23 14:45:39 +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 Remove unneeded future imports from importers 2020-03-31 13:55:32 +02:00
import_tuda.py Remove unneeded future imports from importers 2020-03-31 13:55:32 +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 Renamed prepare_samples to augment_samples 2020-05-14 16:50:18 +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-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-signal_augmentations.sh Live audio augmentation 2020-05-12 10:18:21 +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.