-
Notifications
You must be signed in to change notification settings - Fork 3
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
ValueError: When using save_weights_only=True
in ModelCheckpoint
, the filepath provided must end in .weights.h5
(Keras weights format).
#55
Comments
I am getting the same error while starting the training |
Hi, Thanks for posting the issue. Which TF version do you use? I foresee that it is a newer version than what the plugin has been tested with. This seems simple enough to fix. We will try to push a fix asap. |
Thank for your response, @jdeschamps My conda environment has
and my pip environment has Thanks a lot. |
Any progress on this? |
Hi, So it is not just a quick fix, as it seems * we are not developing it actively because we are working on its successor, which is PyTorch based. We will announce it on the |
Awesome! Will it have native support for Apple Silicon through the PyTorch-Metal project? |
We definitely hope so, but that does depend more on Apple and Facebook than on us. :) |
When trying to train the demo file, I got this error.
The text was updated successfully, but these errors were encountered: