KaiyangZhou / pytorch-center-loss

Pytorch implementation of Center Loss
MIT License
965 stars 218 forks source link

about loss #11

Open FOURIERWANG opened 5 years ago

FOURIERWANG commented 5 years ago

In my project experiment, the center loss does not decrease with the number of iterations.It seemingly irregular changes. I don't quite understand what's going on. I'd like to ask you about it.Thanks.

ghost commented 4 years ago

I also want to ask this question.

ZhangChao1993 commented 3 years ago

Me too, and my center loss is too big

mohamedr002 commented 3 years ago

Me too, I am having very large loss that doesn't decrease with iterations

mohamedr002 commented 3 years ago

Actually, I figured out the issue, the center loss parameters need to be added to the optimizer, otherwise, it will not be affected by the optimization process or iterations.

toannguyen1904 commented 2 years ago

@mohamedr002 which optimizer??? There are 2 of them.

toannguyen1904 commented 2 years ago

please anyone know how to fix this?

muyuuuu commented 1 year ago

Me too, and my center loss is too large......