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
Yes, it does. Only change the 33rd line in reid/trainers.py from losses.update(loss.data[0], targets.size(0))
to losses.update(loss.item(), targets.size(0))
No description provided.
The text was updated successfully, but these errors were encountered: