ohmeow / blurr

A library that integrates huggingface transformers with the world of fastai, giving fastai devs everything they need to train, evaluate, and deploy transformer specific models.
https://ohmeow.github.io/blurr
Apache License 2.0
289 stars 34 forks source link

ModuleNotFoundError: No module named 'blurr.data' #63

Closed him-singhvi closed 2 years ago

him-singhvi commented 2 years ago

I did following in my notebook,

  1. pip install fastbook

  2. pip install blurr

  3. from fastbook import load_learner

  4. from blurr.data.all import *

  5. inf_learn = load_learner(fname='fb_solution_big.pkl')

Error ModuleNotFoundError: No module named 'blurr.data'

ohmeow commented 2 years ago

It's pip install ohmeow-blurr :)

him-singhvi commented 2 years ago

Thanks, it worked :)