nupurkmr9 / S2M2_fewshot

Other
112 stars 20 forks source link

can't find computation of the exemplar loss in the code #17

Closed sherrijj closed 3 years ago

sherrijj commented 3 years ago

Hi, I’m @sherrijj I’m interested in your project and code. But I can not find in your code how to compute the exemplar loss Le (in the paper). Is Le the same as Lrot ? Look forward your reply. Thanks.

nupurkmr9 commented 3 years ago

Hi sherrijj, the current code does not contain the exemplar loss calculation, since the rotation self-supervision worked better than exemplar loss. If you have any doubts regarding the loss calculation, please let us know.

sherrijj commented 3 years ago

got it, thanks !