Update API usage log calls in ops
See original GitHub issueIssue Analytics
- State:
- Created 2 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
How to Create a Salesforce API Usage Report and Manage ...
Navigate to Reports -> Administrative Reports. Find the “API Usage in the Last 7 Days” report. This will generate a list of API...
Read more >Update - REST API (Azure DevOps Work Item Tracking)
Learn more about Work Item Tracking service - Updates a single work item.
Read more >Configuring the audit log to track API calls - IBM
Audit logging is useful when you want to monitor the create, update, and delete activity in your deployment; for example, who made changes, ......
Read more >API logs, where can I find all API calls, with dat... - ServiceNow
Solved: I have a 3rd party trying to update a call in our instance BUT they claim they are getting nowhere with it...
Read more >Review API calls in your AWS account using CloudTrail
You can use CloudWatch Logs to search for operations that change the state of a resource (for example, StopInstances). You can also use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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 👍 But I would need some clarification if possible:
RoIAlign
, considering it callsroi_align
(cf. https://github.com/pytorch/vision/blob/4cacf5a19f68f6b6483c758e3ac95d1dd9b6194c/torchvision/ops/roi_align.py#L84), do we want to only add an additional log call whenRoIAlign.forward
is used?