Closed randywreed closed 3 years ago
I need a full reproducer ideally. Did you import the fastinference
library?
from fastinference.inference import *
Maybe not, I musted have deleted the import. However when I do import it I get it a different error. I'll close this error and open a new one.
I'm running a classifer using AWD_LSTM on fastai2 in Colab. Fastinference is ver .38 installed off of github with pip. The code:
learn_class.predict(test)
('FALSE', tensor(0), tensor([0.9983, 0.0017]))learn_class.intrinsic_attention(test)
ModuleAttributeError Traceback (most recent call last)