Open
Description
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