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
why in adapt.py line 91 label_tgt = make_variable(torch.ones(feat_tgt.size(0)).long())? I think label_tgt = make_variable(torch.zeros(feat_tgt.size(0)).long()) #28