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
Thanks for your code. I have a question, why you add grad_out = grad_out.contiguous() if not grad_out.is_contiguous() else grad_out in the roi_pool.py L32? Thanks.
Thanks for your code. I have a question, why you add
grad_out = grad_out.contiguous() if not grad_out.is_contiguous() else grad_outin the roi_pool.py L32? Thanks.