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'm trying to use fastISM with a model from Tensorflow 2.16, which switched to Keras 3.
The error occurs when I attempt to build the model with fastISM(keras.load_model(MODEL_PATH)).
This is one of the new models that ends in .keras on disk.