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
Hi!
Thank you very much for this implementation!
I have a question regarding the train.py script. From line 215 for img in pbar, I wonder do you mean for batch in pbar? As img is not being used later and batch is the one that gives img_x and img_y.