Classifier returns logits not soft probablities
Opened this issue · 0 comments
shubham303 commented
At this line
black-box-ripper/torch_optimizer.py
Line 106 in f461e14
Which means c value can be outside the range [0,1]. I think the condition c<0.9 needs to be changed.