-
Is there anyway to automatically save the "best" model during training rather than on fixed steps? There looks like there's some form of monitor callback in the DsModelCheckpoint, I was wondering if it could be set to use the "_update_best_and_save" to monitor a parameter (like pitch loss or dur_loss on variance training) and automatically save a checkpoint when it hits a new "best value"? This would be really useful in later stage training. Is it as simple as setting up a variable to change the monitor on DsModelCheckpoint from
to
? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
After a bit of digging, I think I understand the situation, the answer is in here I think |
Beta Was this translation helpful? Give feedback.
-
We are using generative models, so loss or any objective metrics do not tell everything. The best judge is still the human brain. |
Beta Was this translation helpful? Give feedback.
We are using generative models, so loss or any objective metrics do not tell everything. The best judge is still the human brain.