Skip to content

Commit 303c52e

Browse files
fix bug in readme for easy inference
1 parent babd405 commit 303c52e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This repository is the official PyTorch implementation of our AAAI-2022 [paper](
2020
</table>
2121

2222
:tada: :tada: :tada: **Updates**:
23-
- Jul.27, 2022: Update documents for [SVS](docs/README-SVS.md). Add [easy inference](docs/README-SVS-opencpop-cascade.md#4-inference-from-raw-inputs); Add Interactive SVS running on [HuggingFace🤗 SVS](https://huggingface.co/spaces/Silentlin/DiffSinger).
23+
- Jul.27, 2022: Update documents for [SVS](docs/README-SVS.md). Add easy inference [A](docs/README-SVS-opencpop-cascade.md#4-inference-from-raw-inputs) & [B](docs/README-SVS-opencpop-e2e.md#4-inference-from-raw-inputs); Add Interactive SVS running on [HuggingFace🤗 SVS](https://huggingface.co/spaces/Silentlin/DiffSinger).
2424
- Mar.2, 2022: MIDI-B-version.
2525
- Mar.1, 2022: [NeuralSVB](https://github.com/MoonInTheRiver/NeuralSVB), for singing voice beautifying, has been released.
2626
- Feb.13, 2022: [NATSpeech](https://github.com/NATSpeech/NATSpeech), the improved code framework, which contains the implementations of DiffSpeech and our NeurIPS-2021 work [PortaSpeech](https://openreview.net/forum?id=xmJsuh8xlq) has been released.

docs/README-SVS-opencpop-cascade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Remember to put the pre-trained models in `checkpoints` directory.
8282

8383
### 4. Inference from raw inputs
8484
```sh
85-
python inference/svs/ds_e2e.py --config usr/configs/midi/cascade/opencs/ds60_rel.yaml --exp_name $MY_DS_EXP_NAME
85+
python inference/svs/ds_cascade.py --config usr/configs/midi/cascade/opencs/ds60_rel.yaml --exp_name $MY_DS_EXP_NAME
8686
```
8787
Raw inputs:
8888
```

0 commit comments

Comments
 (0)