-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Update API usage log calls in ops #5073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@kazhang Thanks for raising issues. If you add more info here to make the ticket self-explanatory without requiring reading other issues and potentially provide an example of how to fix RoiAlign in code, we will be able to tag it as "good first issue" and ask for the help of the community. Usually it takes a bit more effort to write detailed descriptions so that new contributors with no context on Vision can help. Also tagging a bunch of regulars in case they have the bandwidth to help: @frgfm @oke-aditya @zhiqwang @xiaohu2015 :) |
Happy to help 👍
|
@frgfm I think he want to include logging calls in all class constructors for |
Thanks a lot for your support :) The original idea was why include a call on Before picking this up, note that @kazhang has an unmerged PR at #5072 which slightly changes the log call. So maybe wait for a few hours until this is merged before you open PRs. He is on a different timezone, so he hasn't seen yet the messages. |
I am sorry that I don't read the discussion #5052.
|
Sounds good, I'll take a look at it once the PR is merged! |
@frgfm FYI it's now merged. :) |
Thanks, I'm checking right now @datumbox! vision/torchvision/models/alexnet.py Line 21 in d716c42
So I'm not entirely sure 😅 |
Logging for ops constructor has been added in #5095. |
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: