muellerzr / fastinference

A collection of inference modules for fastai2

Home Page:https://muellerzr.github.io/fastinference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastinference

A collection of inference modules for fastai including inference speedup and interpretability

Install

pip install fastinference

There are submodules available as well via:

  • pip install fastinference[interp] - Interpretability modules such as SHAP and Feature Importance
  • pip install fastinference[onnx-cpu] - ONNX for a CPU environment
  • pip install fastinference[onnx-gpu] - ONNX for a GPU environment

Wonderful Contributors:

(Using both their fastai handles as well as their GitHub handles if possible):

  • Pavel (Pak)

About

A collection of inference modules for fastai2

https://muellerzr.github.io/fastinference

License:Apache License 2.0


Languages

Language:Jupyter Notebook 89.3%Language:Python 10.7%Language:Makefile 0.1%