antoniobarbalau/black-box-ripper

Classifier returns logits not soft probablities

Opened this issue · 0 comments

At this line

while c < .9 and x < 300:
we are getting logits.

Which means c value can be outside the range [0,1]. I think the condition c<0.9 needs to be changed.