9 lines
298 B
Markdown
9 lines
298 B
Markdown
# `config.py`
|
|
|
|
This script handles everything related to storing configuration information, as well as:
|
|
* loading the `data.h5` file
|
|
* loading the phoneme tokenizer
|
|
|
|
Most documentation should already be noted alongside each line, or in the [provided YAML](/data/config.yaml).
|
|
|
|
To be filled. |