Suggestion: More user-friendly labels in "Generate Configuration" #29
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#29
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
Print Frequency per Epoch
andSave Frequency per Epoch
could probably be changed to something likePrint (& save) every 'n' epochs
.Maybe I'm just an idiot, but I thought it meant how many times to print/save "per epoch". So for a dataset of about 1500 audio files, I set both values to 50, and kept wondering why there was no checkpoint saved after two hours of training...
No you're right, it implies it'll do it within an epoch, rather than every epoch. desu it was originally labeled "Print Frequency" and "Save Frequency" when it was just in terms of iterations, but my brainworms neglected to consider the implications when I slapped the unit on it.
I'll reword it whenever I get a chance.
Remedied in commit
1e0fec4358
. I renamed it to "Print/Save Frequency (in epochs)".There's no way it's only been three hours since; it felt like an eternity since I was able to get around to this.