Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ mfa model download dictionary english_us_arpa
mfa model download g2p english_us_arpa
```

Other dependencies needed before training:
```bash
pip install torch
micromamba install -c pytorch torchaudio numpy scikit-learn tqdm tensorboard matplotlib
```

Dataset Download is now integrated in the training script.

```python training/train.py --config training/recipes/tcn_config.toml```
Expand Down