-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training failed. Failed to create trained image after successful training run #366
Comments
Here's some info which I hope helps. It appears the destination for the training is being lost after sending to replicate server, so suspect this is causing the failure to create the training image. I am using a local clone of the replicate-python library for debugging. In "training.py" I have a trace to see what is sent to the server as the training request body. Output is:
So destination is definitely being sent. And the model exists (checked before creating the training in my code, and also visually checked on web). When retrieving the training in our code, the destination is None. Also the JSON reported for the training on web at https://replicate.com/p/1nyf5jmwm1rgp0cjckjssqn8cw is also missing destination:
Thanks for your assistance |
I'm fine-tuning sakemin /musicgen-fine-tuner:bc57274e.
Same error as #308 which was closed without resolution.
Error message after otherwise successful execution: "Training failed. Failed to create trained image after successful training run"
Last line of logs is "Executor: All workers completed successfully"
Has completed successfully many times in the past. May be related to later versions of sake min/musicgen-fine-tuner.
Would appreciate any suggestions or assistance.
Thanks!
The text was updated successfully, but these errors were encountered: