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
As we discuss in API usage logging policy(#5052), torchvision.ops needs to be updated to include calls in all class constructors. Currently there are calls on all methods.
For example, logging is triggered for roi_align, but we also need log call for RoIAlign.