mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
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. |
||
|---|---|---|
| .. | ||
| util | ||
| __init__.py | ||
| deepspeech_model.py | ||
| evaluate.py | ||
| export.py | ||
| GRAPH_VERSION | ||
| train.py | ||
| training_graph_inference.py | ||
| VERSION | ||