STT/bin
2021-04-27 19:46:12 +02:00
..
compare_samples.py Rebranding WIP 2021-03-05 12:48:08 +01:00
data_set_tool.py Rebranding WIP 2021-03-05 12:48:08 +01:00
graphdef_binary_to_text.py Reformat importers with black 2020-03-31 13:43:30 +02:00
import_aidatatang.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_aishell.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_ccpmf.py Rename decoder package to coqui_stt_ctcdecoder 2021-04-27 19:46:12 +02:00
import_cv2.py Rename decoder package to coqui_stt_ctcdecoder 2021-04-27 19:46:12 +02:00
import_cv.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_fisher.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_freestmandarin.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_gram_vaani.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_ldc93s1.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_librivox.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_lingua_libre.py Rename decoder package to coqui_stt_ctcdecoder 2021-04-27 19:46:12 +02:00
import_m-ailabs.py Rename decoder package to coqui_stt_ctcdecoder 2021-04-27 19:46:12 +02:00
import_magicdata.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_mls_english.py Add importer for English subset of Multilingual LibriSpeech 2021-04-06 11:59:41 +02:00
import_primewords.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_slr57.py Rename decoder package to coqui_stt_ctcdecoder 2021-04-27 19:46:12 +02:00
import_swb.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_swc.py Rename decoder package to coqui_stt_ctcdecoder 2021-04-27 19:46:12 +02:00
import_ted.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_timit.py Reformat importers with black 2020-03-31 13:43:30 +02:00
import_ts.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_tuda.py Rename decoder package to coqui_stt_ctcdecoder 2021-04-27 19:46:12 +02:00
import_vctk.py Rebranding WIP 2021-03-05 12:48:08 +01:00
import_voxforge.py Rebranding WIP 2021-03-05 12:48:08 +01:00
ops_in_graph.py Reformat importers with black 2020-03-31 13:43:30 +02:00
play.py Rebranding WIP 2021-03-05 12:48:08 +01:00
README.rst Move from Markdown to reStructuredText 2019-10-04 12:07:32 +02:00
run-ci-graph_augmentations.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_checkpoint_bytes.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_checkpoint_sdb.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_checkpoint.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_new_bytes_tflite.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_new_bytes.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_new_metrics.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_new_sdb_csv.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_new_sdb.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_new.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_singleshotinference.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-ldc93s1_tflite.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-sample_augmentations.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ci-transfer.sh Remove code refs to TaskCluster 2021-04-12 12:51:55 +02:00
run-ldc93s1.sh More rebranding, API names, iOS, .NET 2021-03-07 14:29:02 +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.