utterworks / fast-bert

Super easy library for BERT based NLP models
Apache License 2.0
1.85k stars 342 forks source link

Not able to import the module #263

Open vyommartin opened 3 years ago

vyommartin commented 3 years ago

I have used this library several times but this has only happened in the past few hours, was any change made to the library?

THE CODE: from fast_bert.data_cls import BertDataBunch

ModuleNotFoundError: Traceback (most recent call last)

in () ----> 1 from fast_bert.data_cls import BertDataBunch

ModuleNotFoundError: No module named 'fast_bert'