Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Create Train-tips.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maville-07 authored Jan 10, 2024
1 parent c73b8fb commit 6f667a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions faq/general/info/Train-tips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Test previous model and continue Training

### - How can I use the saved model in the middle of training?

select one of the .pth generated file in `Applio-RVC-Fork/Logs/Weights` (you need to have the index previously generated for best results) or Save via model extraction at the bottom of the ckpt processing tab.

### - How can I continue training with more data?

Add data to a new path, process dataset, extract features, copy G and D files from the previous experiment, and continue training.
!!!
when increasing the number of audio, it is recommended to retrain the model so as not to have a mixture of datasets.
!!!

0 comments on commit 6f667a5

Please sign in to comment.