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
Could you explain why do you need this assert, only for the case of training mode?
The following line is for both cases.
gold_status = gold_status.view(-1)
pytorch-conditional-model/model.py
Line 100 in 87c00ab
Could you explain why do you need this assert, only for the case of training mode?
The following line is for both cases.
gold_status = gold_status.view(-1)