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 can confirm this is reproducible across all classifiers, and I can't narrow it down to a bioimageio-specific issue. The predictor of the model of the DnnOp is null, even though the original model isn't lazy initilaised.
Steps to reproduce:
Affected versions:
Ends up failing to enter the synchronized block in
DjlDnnModel::predict
becausepredictor
is null. Suspect just a race conditionThe text was updated successfully, but these errors were encountered: