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
Why pred.exp() in inference? The real scores should be softmax(pred, dim=1) right? Just wonder what is the usage of adding exp() here, is it for visualization?
The text was updated successfully, but these errors were encountered:
Thanks for the nice implementation 🐱 💯, I have a small question:
DDRNet.pytorch/lib/datasets/base_dataset.py
Line 222 in bc0e193
Why
pred.exp()
in inference? The real scores should besoftmax(pred, dim=1)
right? Just wonder what is the usage of addingexp()
here, is it for visualization?The text was updated successfully, but these errors were encountered: