STT/training/deepspeech_training/util
Reuben Morais b85ad3ea74 Refactor train.py into separate scripts
Currently train.py is overloaded with many independent features.
Understanding the code and what will be the result of a training
call requires untangling the entire script. It's also an error
prone UX. This is a first step at separating independent parts
into their own scripts.
2020-12-23 13:06:23 +00:00
..
__init__.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
audio.py Remote training I/O once more (#3437) 2020-12-07 13:07:34 +01:00
augmentations.py Remote training I/O once more (#3437) 2020-12-07 13:07:34 +01:00
check_characters.py Remote training I/O once more (#3437) 2020-12-07 13:07:34 +01:00
checkpoints.py Fix lr initialization on reload. 2020-08-27 15:08:32 +02:00
config.py Refactor train.py into separate scripts 2020-12-23 13:06:23 +00:00
downloader.py Remote training I/O once more (#3437) 2020-12-07 13:07:34 +01:00
evaluate_tools.py Remote training I/O once more (#3437) 2020-12-07 13:07:34 +01:00
feeding.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
flags.py Rename --utf8 flag to --bytes_output_mode to avoid confusion 2020-10-06 18:19:33 +02:00
gpu.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
helpers.py Remote training I/O once more (#3437) 2020-12-07 13:07:34 +01:00
importers.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
io.py Refactor train.py into separate scripts 2020-12-23 13:06:23 +00:00
logging.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
sample_collections.py Remote training I/O once more (#3437) 2020-12-07 13:07:34 +01:00
stm.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
taskcluster.py Revert "Merge pull request #3420 from CatalinVoss/remote-io" 2020-11-19 16:58:21 +02:00
text.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00