Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMax2016 authored Sep 28, 2023
1 parent 4b6dd38 commit 6d85cb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ https://github.com/PlayVoice/Grad-SVC/assets/16432329/f9b66af7-b5b5-4efb-b73d-ad

8. Low GPU memery required for train

`V2: 6.2GB for batch_size=8`
`V2: 6.2GB for batch_size=8, 64 dim`

`V3: 7.3GB for batch_size=8, 96 dim`

## Setup Environment
1. Install project dependencies
Expand All @@ -57,7 +59,7 @@ https://github.com/PlayVoice/Grad-SVC/assets/16432329/f9b66af7-b5b5-4efb-b73d-ad

**系统性能瓶颈:生成器和判别器一共116M,而生成器只有22M**

5. Download pretrain model [gvc.pretrain.pth]() V3 WIP, and put it into `grad_pretrain/`.
5. Download pretrain model [gvc.pretrain.pth](https://github.com/PlayVoice/Grad-SVC/releases/tag/20230928), and put it into `grad_pretrain/`.
```
python gvc_inference.py --model ./grad_pretrain/gvc.pretrain.pth --spk ./configs/singers/singer0001.npy --wave test.wav
```
Expand Down

0 comments on commit 6d85cb0

Please sign in to comment.