You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 29 of loss.py, there is no need to do torch.sum(loss_1_update)/num_remember. Because the result of F.cross_entropy with default parameters reduce = True and size_average = True is the average loss.
The text was updated successfully, but these errors were encountered:
In line 29 of loss.py, there is no need to do torch.sum(loss_1_update)/num_remember. Because the result of F.cross_entropy with default parameters reduce = True and size_average = True is the average loss.
The text was updated successfully, but these errors were encountered: