Skip to content

Commit cecb6b0

Browse files
Merge branch 'openvpi:master' into master
2 parents 3c066d8 + b0531ad commit cecb6b0

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
@@ -21,7 +21,7 @@ This repository is the official PyTorch implementation of our AAAI-2022 [paper](
2121
</table>
2222

2323
:tada: :tada: :tada: **Updates**:
24-
- 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).
24+
- 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).
2525
- Mar.2, 2022: MIDI-B-version.
2626
- Mar.1, 2022: [NeuralSVB](https://github.com/MoonInTheRiver/NeuralSVB), for singing voice beautifying, has been released.
2727
- 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)