KaiyangZhou / pytorch-center-loss

Pytorch implementation of Center Loss
MIT License
970 stars 219 forks source link

about the feat_dim #28

Open ustb-aaaaa-xian opened 1 year ago

ustb-aaaaa-xian commented 1 year ago

Thanks the auther about the implementaion of center loss.But i have a question about will the feat_dim in center_loss have an negative effect on the result ? My experiment was on the res_net18 and the feat_dim is 2048,after using the center_loss,the accuracy has a sharp decrease from 80% to 60%.