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
in train file, the res in test() is obtain by:
res,res2,res3,res4 = model(image)
res = res+res2+res3+res4
but, in test file, the res is obtain by:
res, res2, res3, res4 = model(image)