You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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