KaiyangZhou / pytorch-center-loss

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

accuracy not increasing #29

Open yangyifei-gogogo opened 1 year ago

yangyifei-gogogo commented 1 year ago

I use your center loss in my own vgg19. Although my loss decreasing slowly, but the acc on test set never changed, I'm sure I update both opimizer's params, what's wrong with my code?