-
Notifications
You must be signed in to change notification settings - Fork 536
tf.keras.models.load_model() not implemented #1152
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
Comments
Hello, |
i think this is the basic example you guys provide:
|
Was checking up on this issue, wondering if there is time estimate for a solution. I have been wanting to switch to Tensorflow.NET. Love how easy it would be to go from python code to C# code. Unfortunately the problems with saving and loading the models have kept me from committing to the switch. |
I'm very sorry, because the developer responsible for this api is busy recently, so it may not be so fast, I will let you know once it is completed. |
No worries, looking forward to it. |
Hello, the reason for this bug is that there exists some problems when use merge layer such as |
What i also noticed is that if you provide the |
Description
I have been trying to work with tensorflow.net; I can train and save a neural net. When I try to load it using
tf.keras.models.load_model() method throws a " method not implemented" exception.
Does anyone know if this method is implemented? Can I load a model the same way I saved it, or is this an issue that needs implementation?
TensorFlow.NET 0.110.2
TensorFlow.Keras 0.11.2
.NET 6
Windows 11
The text was updated successfully, but these errors were encountered: