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
This library is not compatible with Keras 3. There some Keras 2 methods used like _build_from_signature() and other stuff that is not working with the latest version of Keras. Fixing this so that it is compatible with Keras3 would be great.
This library is not compatible with Keras 3. There some Keras 2 methods used like
_build_from_signature()and other stuff that is not working with the latest version of Keras. Fixing this so that it is compatible with Keras3 would be great.