File size: 271 Bytes
12bfd03
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 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
```