This commit is contained in:
enhuiz 2023-01-12 20:06:43 +08:00
parent 886c11de46
commit f91db1a64c

View File

@ -26,7 +26,7 @@ python -m vall_e.emb.qnt data/your_data
python -m vall_e.emb.g2p data/your_data
```
4. Customize your configuration by creating `config/your_data/ar.yml` and `config/your_data/nar.yml`. Refer to the example configs in `config/test` and `vall_e/config.py` for details.
4. Customize your configuration by creating `config/your_data/ar.yml` and `config/your_data/nar.yml`. Refer to the example configs in `config/test` and `vall_e/config.py` for details. You may choose different model presets, check `vall_e/vall_e/__init__.py`.
5. Train the AR or NAR model using the following scripts: