Instead of incorporating pytorch hooks (and tf hooks and method hooks, etc.) into our instrumentation framework, remove that functionality from probe.
Instead, provide detailed documentation about how to use the probe framework with such hooks as examples. This will reduce our maintenance burden and will also enable much cleaner user code.
After this is completed, close #1514 and #1512 . (Kept open currently for reference)
Instead of incorporating pytorch hooks (and tf hooks and method hooks, etc.) into our instrumentation framework, remove that functionality from
probe.Instead, provide detailed documentation about how to use the probe framework with such hooks as examples. This will reduce our maintenance burden and will also enable much cleaner user code.
After this is completed, close #1514 and #1512 . (Kept open currently for reference)