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’ve followed pretty closely with the binary classification example for histology, but it seems like when I use the model.predict method l it outputs logits not probs (I have negative values). In the example, you don’t exp them or anything to put them back into probability space. I’ve like triple checked to make sure my code is exactly like yours and I’m pretty sure it is, though there could still be a bug.