Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ language:
|
|
5 |
---
|
6 |
Models trained from [VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)
|
7 |
- Three speakers: laoliang (老梁), specialweek, zhongli.
|
8 |
-
- The model is based on the C+J base model and
|
9 |
- During training, we use a single long audio of laoliang (~5 minutes) with auxiliary data as training data.
|
10 |
- After downloading models, you need to move finetune_speaker.json and G_latest.pth to _/path/to/ VITS-fast-fine-tuning_.
|
11 |
- Following [the official instruction](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/LOCAL.md), install required libraries.
|
|
|
5 |
---
|
6 |
Models trained from [VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)
|
7 |
- Three speakers: laoliang (老梁), specialweek, zhongli.
|
8 |
+
- The model is based on the C+J base model and trained on a single NVIDIA 3090 with 300 epochs. It takes about 4.5 hours in total.
|
9 |
- During training, we use a single long audio of laoliang (~5 minutes) with auxiliary data as training data.
|
10 |
- After downloading models, you need to move finetune_speaker.json and G_latest.pth to _/path/to/ VITS-fast-fine-tuning_.
|
11 |
- Following [the official instruction](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/LOCAL.md), install required libraries.
|