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
Thx for the great job!
I debugg the train.py, the network output is [4,1,1000,513], but the groundtruth is [4,1,362,362] and I have not found the ray_tranform on the network output. When calculating the loss, it arise bug that the dimensions does not match.
Thx very much!