Google Collab Training Issue #63
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#63
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?
Not quite sure what happened here but I can do everything up until I try tranining a voice set I have.
Same as #62: you should validate your training settings, because your gradient accumulation size is too large for the given batch size.
Now I'm just running into an infinite stall after hitting the line 13 error for train.sh, I let it run for 25 minutes and it just hangs there.
To bluntly put it, you're doing something really, really wrong, if you managed to start the web UI without it downloading the required files on startup. Ensure TTS has loaded once before training.
I ended up solving the issue, so you were right. It was related to dvae not being downloaded as a required file at startup, but there's also an annotated comment in the collab notebook preset in the wiki that mentions to "disable loading TTS on startup before training" which somehow does not mention that this bypasses that initial file download to initate during the repo download process.
Even after importing the actual files from my own personal computer and running it locally, it wouldn't recognize the files when they were imported into the collab environment unless it was downloaded along with the rest of the repo during the initial process. Sorry to be really silly about it, appreciate the help.
i think im facing the same issue, what changes did you do to the notebook to fix this issue?