bermanmaxim / LovaszSoftmax

Code for the Lovász-Softmax loss (CVPR 2018)
http://bmax.im/LovaszSoftmax
MIT License
1.38k stars 269 forks source link

How to improve the effect of the model? #18

Closed zxshi closed 5 years ago

zxshi commented 5 years ago

I simply replaced the CrossEntropyLoss with LovaszSoftmax and I got very bad results!

bermanmaxim commented 5 years ago

I can hardly help you without more details. You can look into other issues, the article, and the FAQ here to have more info on how to use this.