linear_eval.py #L327
Lee-YZz opened this issue · 1 comments
Lee-YZz commented
Hi, fantastic work!Thank you for your code!
There seems to be a little omission on line 327 of 'linear_eval.py'.
linear_eval.py #L327
return encoder, opt, sched, epoch, best_acc
should be
return encoder, linear_classifier, opt, sched, epoch, best_acc
MidoAssran commented
Hi @Lee-YZz, thanks so much :) Will incorporate your change in the next PR!