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
outputs_pred = outputs[0] + outputs[1][:,0:Config.numcls] + outputs[1][:,Config.numcls:2*Config.numcls]
this code means that when we test our dataset, it also need extra parts? adv part also exists in testing?
The text was updated successfully, but these errors were encountered:
outputs_pred = outputs[0] + outputs[1][:,0:Config.numcls] + outputs[1][:,Config.numcls:2*Config.numcls]
this code means that when we test our dataset, it also need extra parts? adv part also exists in testing?
The text was updated successfully, but these errors were encountered: