ljy266987
add lfs
12bfd03
|
raw
history blame contribute delete
No virus
271 Bytes
## 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-16k-320d
bash test.sh
```