A Walk with fastai2 - fastinference (mini-series)

Will wait for the pytorch only version. Thank you for all the inputs.

Hi Zach,

Would I be able to use the SHAP for text learner?

I was gonna try, and I’m embarassed to report, I can’t even get off the blocks in colab.

!pip install fastinference[all]
from fastinference import *

no module named fastinference...

Shap is not available for text through fastinference. Hmmm. I’ll look into that after tommorow.

I can’t recreate this. Installing the [all] works just fine:

!pip install fastinference[all]
import fastinference