Replies: 2 comments
-
|
Sorry, I've been quite busy with other projects recently. It will be updated with PR #560, I'll try to merge it soon and make a new release. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Excellent, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current project requires
coqui-tts-trainer>=0.3.0,<0.4.0. However, prior to 0.4.0, I think there is a bug (https://github.com/idiap/coqui-ai-Trainer/blob/v0.3.3/trainer/trainer.py#L642 shows usingself.training_assetsin thetryblock but justtraining_assetsin theExceptblock. I was able to get the YourTTS demo running by patching that and replacing the latter withself.training_assetsAre there any blockers in trainer 4.0 or could we update the project file's specs
Beta Was this translation helpful? Give feedback.
All reactions