-
-
Couldn't load subscription status.
- Fork 657
PyTorch Profiler [WIP] #2906
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
base: master
Are you sure you want to change the base?
PyTorch Profiler [WIP] #2906
Conversation
…into pt_profiler
…into pt_profiler
|
Hey @vfdev-5 @sdesrozis I have added a check for minimum PyTorch version, Now I wanted to ask whether we should keep this profiler in the main module or in the contrib module as most of the handlers introduced afterwards were put there. Also what should be the additional tests that should be present in this handler? |
Fixes #1917
(uses #2315)
Description: Added check for minimum version of PyTorch for import. Now need to add tests for the Profiler
Check list: