IAHispano / Applio

A simple, high-quality voice conversion tool focused on ease of use and performance
https://applio.org
MIT License
1.81k stars 292 forks source link

[Bug]: Training ultra slow #852

Closed BornSaint closed 3 weeks ago

BornSaint commented 3 weeks ago

Project Version

3.2.6

Platform and OS Version

Linux x64

Affected Devices

PC

Existing Issues

No response

What happened?

From some updates to now the train script changed a bit, and now it is saving every epoch with "best" in the name, which is annoying. --save_only_latest and --save_every_weights and --save_every_epoch 20 doesn't make any change

Steps to reproduce

  1. ...

Expected behavior

save_every_epoch 20

Attachments

No response

Screenshots or Videos

No response

Additional Information

No response

AznamirWoW commented 3 weeks ago

you're running it with overtraining detector, that's the only thing that saves _best epoch. there's minimal peformance loss from that

BornSaint commented 3 weeks ago

you're running it with overtraining detector, that's the only thing that saves _best epoch. there's minimal peformance loss from that

I tried it, but after disabling it continues doing these savings

BornSaint commented 3 weeks ago

downloaded the project updated and it's okay now