Skip to content

Commit

Permalink
student
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMax2016 committed Feb 27, 2023
1 parent baf379f commit 14e528c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ put 000001-010000.txt to ./data/000001-010000.txt
![bert_lose](https://user-images.githubusercontent.com/16432329/220883346-c382bea2-1d2f-4a16-b797-2f9e2d2fb639.png)

### Model compression based on knowledge distillation
Student model has 3× speed of teacher model.
Student model has 53M size and 3× speed of teacher model.

To train:

> python train.py -c configs/bert_vits_student.json -m bert_vits_student
To infer, pretrained student model link:https://drive.google.com/file/d/1hTLWYEKH4GV9mQltrMyr3k2UKUo4chdp/view?usp=sharing
To infer, get studet model at release page or

Also get studet model at release page.
Google: :https://drive.google.com/file/d/1hTLWYEKH4GV9mQltrMyr3k2UKUo4chdp/view?usp=sharing

> python vits_infer.py --config ./configs/bert_vits_student.json --model vits_bert_student.pth
Expand Down Expand Up @@ -98,4 +98,4 @@ TODO ~

[Adapter-Based Extension of Multi-Speaker Text-to-Speech Model for New Speakers](https://arxiv.org/abs/2211.00585)

[Residual Adapters for Few-Shot Text-to-Speech Speaker Adaptation](https://arxiv.org/abs/2210.15868)
[Residual Adapters for Few-Shot Text-to-Speech Speaker Adaptation](https://arxiv.org/abs/2210.15868)

0 comments on commit 14e528c

Please sign in to comment.