Error when resuming a training state. #106
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#106
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?
When trying to resume a training state, I get the following error:
I believe the error is with
[Errno 2] No such file or directory: "./training/21/finetune/training_state//158.state'"
When saving the training configuration, an extra
'
is added at the end of the path automatically. Manually editing it out of the yaml fixed it.Also, after a fresh install, voicefixer breaks again and librosa has to be downgraded again manually to 0.8.0 for it to work. 'update-force.bat' hasn't been updated for this fix yet, I believe?
Ah, I see. Fixed in commit
c92b006129
. Or rather, maybe the blame is on Sublime Text automatically putting the closing quote and I forgot to erase it.I have librosa frozen to 0.8.1 in either tortoise-tts' requirements or DLAS's. I suppose I'll just have the setup scripts uninstall and install the right librosa and einops.