Add FX feature extraction as an alternative to intermediate_layer_getter (#4302)
* add fx feature extraction util
* Make it possible to use train and eval mode
* FX feature extraction - Tweaks and small bug fixes
* FX feature extraction - add tests
* move to feature_extraction.py, add LeafModuleAwareTracer, add docs
* Tweaks to docs
* addressing latest round of feedback
* undo line spacing changes
* change type hints in docstrings
* fix sphinx indentation
* expose feature_extraction
* add maskrcnn example
* add api refernce subheading
* address latest review notes, refactor names, fix regex, cosmetics
* Add back efficientnet to models
* fix tests for effnet
* fix linting issue
* fix test tracer kwargs
Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
Showing
This diff is collapsed.
Please register or sign in to comment