Spaces:
Runtime error
Runtime error
## How to train your model | |
Firstly, set the related path in start.sh file, then <br> | |
```bash | |
bash start.sh | |
``` | |
## How to Inference | |
```bash | |
mkdir checkpoint | |
cd checkpoint | |
wget https://huggingface.co/Dongchao/AcademiCodec/resolve/main/HiFi-Codec-24k-320d | |
bash test.sh | |
``` | |