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 has been archived by the owner on Jan 8, 2023. It is now read-only.
Hi,
In the
BaseModelSerializer
definition, the Keras model is passed before the model ID:mia/mia/serialization.py
Line 29 in d389d30
But in the
ShadowModelBundle
class 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
The text was updated successfully, but these errors were encountered: