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
I have successfully run the command test, and also run another command train. When I read this code, i found that there results = self.module.step(data, train=True, epoch=epoch, step=gstep) didn't return item 'imgs', just calculate with tensor's multi-dimensional array.
The text was updated successfully, but these errors were encountered:
I have successfully run the command
test
, and also run another commandtrain
. When I read this code, i found that thereresults = self.module.step(data, train=True, epoch=epoch, step=gstep)
didn't return item 'imgs', just calculate with tensor's multi-dimensional array.The text was updated successfully, but these errors were encountered: