Skip to content

Commit 202ef7c

Browse files
1. add huggingface SVS; 2. add inference logic from raw inputs; 3. update readme.
1 parent 3300687 commit 202ef7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/README-SVS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Q: Why " 'HifiGAN' object has no attribute 'model' "?
6363

6464
A: Please put the pretrained vocoders in your `checkpoints` dictionary.
6565

66-
Q: How to check whether I use GT information or predicted information during inference?
66+
Q: How to check whether I use GT information or predicted information during inference from packed test set?
6767

68-
A: Please see codes [here](https://github.com/MoonInTheRiver/DiffSinger/blob/55e2f46068af6e69940a9f8f02d306c24a940cab/tasks/tts/fs2.py#L343). If you set `use_gt_xx=False`, then guess what :) .
68+
A: Please see codes [here](https://github.com/MoonInTheRiver/DiffSinger/blob/55e2f46068af6e69940a9f8f02d306c24a940cab/tasks/tts/fs2.py#L343).
6969

7070
...

0 commit comments

Comments
 (0)