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
Hey, when enabling autocast in pytorch and calling drtk.edge_grad_estimator(), the img, which is returned, loses the first dimension. When looking at src/edge_grad/edge_grad_module.cpp in line 169, there seems to be an array dereferencing at position 0. Is this intentional?
The text was updated successfully, but these errors were encountered:
Hey, when enabling autocast in pytorch and calling drtk.edge_grad_estimator(), the img, which is returned, loses the first dimension. When looking at src/edge_grad/edge_grad_module.cpp in line 169, there seems to be an array dereferencing at position 0. Is this intentional?
The text was updated successfully, but these errors were encountered: