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
{{ message }}
This repository was archived by the owner on Jan 8, 2023. It is now read-only.
Hi,
In the
BaseModelSerializerdefinition, the Keras model is passed before the model ID:mia/mia/serialization.py
Line 29 in d389d30
But in the
ShadowModelBundleclass the model ID is passed before the model object:mia/mia/estimators.py
Line 118 in d389d30
I think the BMS abstract class definition should be corrected with the two arguments swapped in order.
Best