strongio / keras-bert

A simple technique to integrate BERT from tf hub to keras
258 stars 108 forks source link

ModuleNotFoundError: No module named 'bert' #19

Closed navyasingh002 closed 5 years ago

navyasingh002 commented 5 years ago

Where is the bert folder, because it is not able to access it and I checked all your repos but could not find the code for actual bert. I would extremely appreciate it if you could send me a replt about this issue.

Thanks

The error is : ModuleNotFoundError: No module named 'bert'

pbabvey commented 5 years ago

Try this: pip install bert-tensorflow

navyasingh002 commented 5 years ago

Thanks! It works now ( I was doing pip install keras-bert).

katherinemunro commented 5 years ago

Thanks pbabvey and thanks jacobzweig for the repo. May I suggest @jacobzweig that you add !pip install bert-tensorflow to the first cell?