A collection of inference modules for fastai including inference speedup and interpretability
pip install fastinference
There are submodules available as well via:
pip install fastinference[interp]- Interpretability modules such as SHAP and Feature Importancepip install fastinference[onnxcpu]- ONNX for a CPU environmentpip install fastinference[onnxgpu]- ONNX for a GPU environment
(Using both their fastai handles as well as their GitHub handles if possible):
- Pavel (Pak)