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
when i try use load_model for .h5 model, it will crash and throw an error.
System.NotImplementedException
HResult=0x80004001
Message=Model load of h5 format has not been supported. Please submit an issue to https://github.com/SciSharp/TensorFlow.NET/issues if it's needed.
Source=Tensorflow.Keras
Background and Feature Description
Add .h5 model support.
when i try use load_model for .h5 model, it will crash and throw an error.
System.NotImplementedException
HResult=0x80004001
Message=Model load of h5 format has not been supported. Please submit an issue to https://github.com/SciSharp/TensorFlow.NET/issues if it's needed.
Source=Tensorflow.Keras
API Definition and Usage
Alternatives
No response
Risks
No response
The text was updated successfully, but these errors were encountered: