jessevig / bertviz

BertViz: Visualize Attention in NLP Models (BERT, GPT2, BART, etc.)

Home Page:https://towardsdatascience.com/deconstructing-bert-part-2-visualizing-the-inner-workings-of-attention-60a16d86b5c1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot import bertviz

kumori123 opened this issue · comments

Hi
I installed bertviz by "pip install bertviz" on my server, but I cannot import it.
The error msg is
ImportError: cannot import name 'model_view' from partially initialized module 'bertviz' (most likely due to a circular import)
How could I solve it?
Thank you in advance!

Hi @kumori123 are there any other directories / files named bertviz? Just looking at this issue: https://stackoverflow.com/a/66055075 . Not sure if this might happen if you do the pip install within the bertviz source.