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
when i finshed training this model,i want to do some predict. but when i do this py ,i find i canot get the pred pred = outputs.data.max(1)[1].cpu().numpy() this code result show is empty ,so i want to ask why about it, And how can i do to solve this problem
Thank you
The text was updated successfully, but these errors were encountered:
when i finshed training this model,i want to do some predict. but when i do this py ,i find i canot get the pred
pred = outputs.data.max(1)[1].cpu().numpy()
this code result show is empty ,so i want to ask why about it, And how can i do to solve this problemThank you
The text was updated successfully, but these errors were encountered: