Skip to content

Commit

Permalink
666
Browse files Browse the repository at this point in the history
  • Loading branch information
donchaoyang committed May 5, 2023
1 parent 33f9d67 commit ffc2c48
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
15 changes: 8 additions & 7 deletions Encodec_16k_320/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
### Note that, this part of code is based on Facebook's Encodec. We just provide the training process. The license is the same as Encodec.

### For Training
set the right path to statr/start.sh
set the right path on statr/start.sh <br>

run: bash start.sh
`bash start.sh`

### For Inference
if you want to use our checkpoint. Run the following
mkdir checkpoint
cd checkpoint
wget https://huggingface.co/Dongchao/AcademiCodec/resolve/main/encodec_16khz_320d.pth
bash test.sh # set the root in test.sh, before runing it.
if you want to use our checkpoint. Run the following <br>

`mkdir checkpoint`
`cd checkpoint`
`wget https://huggingface.co/Dongchao/AcademiCodec/resolve/main/encodec_16khz_320d.pth`
`bash test.sh # set the root in test.sh, before runing it.`
12 changes: 6 additions & 6 deletions Encodec_24k_240d/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
### For Training
set the right path to statr/start.sh

run: bash start.sh
run: `bash start.sh`

### For Inference
if you want to use our checkpoint. Run the following
mkdir checkpoint
cd checkpoint
wget https://huggingface.co/Dongchao/AcademiCodec/resolve/main/encodec_24khz_240d.pth
bash test.sh # set the root in test.sh, before runing it.
if you want to use our checkpoint. Run the following <br>
`mkdir checkpoint`
`cd checkpoint`
`wget https://huggingface.co/Dongchao/AcademiCodec/resolve/main/encodec_24khz_240d.pth`
`bash test.sh # set the root in test.sh, before runing it.`
12 changes: 6 additions & 6 deletions Encodec_24k_32d/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
### For Training
set the right path to statr/start.sh

run: bash start.sh
`bash start.sh`

### For Inference
if you want to use our checkpoint. Run the following
mkdir checkpoint
cd checkpoint
wget https://huggingface.co/Dongchao/AcademiCodec/resolve/main/encodec_24khz_32d.pth
bash test.sh # set the root in test.sh, before runing it.
if you want to use our checkpoint. Run the following <br>
`mkdir checkpoint`
`cd checkpoint`
`wget https://huggingface.co/Dongchao/AcademiCodec/resolve/main/encodec_24khz_32d.pth`
`bash test.sh # set the root in test.sh, before runing it.`
2 changes: 1 addition & 1 deletion SoundStream_24k_240d/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
### For Training
set the right path to statr/start.sh

run: bash start.sh
run: `bash start.sh`

### For Inference
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AcademiCodec: An Open Source Audio Codec Model for Academic Research

### On going
This project is on going. We will release the our technical reports and all of the source code as soon as possible. <br/>
This project is on going. You can find the paper on https://arxiv.org/pdf/2305.02765.pdf <br/>
Furthermore, this project is lanched from University, we expect more researchers to be the contributor. <br/>

#### Abstract <wip>
Expand Down

0 comments on commit ffc2c48

Please sign in to comment.