-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Expand usage logging to detection models #4736
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
Expand usage logging to detection models #4736
Conversation
Summary: Track all detection model instantiation. Reviewed By: sallysyw Differential Revision: D31741603 fbshipit-source-id: 89467db5d89ea41c5a9ab95d1846264d0a1f4199
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stamping
@@ -9,6 +9,8 @@ | |||
import torch | |||
from torch import nn, Tensor | |||
|
|||
from ...utils import _log_api_usage_once |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related failure: ImportError: cannot import name '_log_api_usage_once'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…hub.com:fmassa/vision-1 into import_79cb1becc2d80a6e5b20810d97a1c2182d2a426f
Hey @fmassa! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
* Expand usage logging to detection models Summary: Track all detection model instantiation. Reviewed By: sallysyw Differential Revision: D31741603 fbshipit-source-id: 89467db5d89ea41c5a9ab95d1846264d0a1f4199 * Fix lint Co-authored-by: Kai Zhang <[email protected]>
Depends on #4735
Summary: Track all detection model instantiation.
Reviewed By: sallysyw
Differential Revision: D31741603
fbshipit-source-id: 89467db5d89ea41c5a9ab95d1846264d0a1f4199
cc @datumbox