Export failure due to partially trained model? #242
-
I had to end a training prematurely because it had been going a week and my GPU was overheating. The final line on the Terminal before termination:
Gleaning from a few posts here that it is still possible to export a model that has not been trained to completion, I tried to export the model. Export failed with the following:
I am curious if someone can enlighten me as to whether the export failed because of an incompletely trained model or due to some other reason. And if there were a possibility of exporting the model (trained, I believe, to more than 3,000,000 steps), how would I go about it? Gratefully yours, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there, Normally I have already fixed the problem, make sure you have the latest version of the repo ( |
Beta Was this translation helpful? Give feedback.
Hi there,
Normally I have already fixed the problem, make sure you have the latest version of the repo (
pip install -U acids-rave
) and retry exporting :)