bhoov / exbert

A Visual Analysis Tool to Explore Learned Representations in Transformers Models
http://exbert.net
Apache License 2.0
584 stars 51 forks source link

i got the error while i process the text? #8

Closed zz860808 closed 4 years ago

zz860808 commented 4 years ago
Traceback (most recent call last):
  File "create_hdf5.py", line 9, in <module>
    from utils.token_processing import (
ModuleNotFoundError: No module named 'utils.token_processing'

i got the error while i was dealing with the data for server. i installed utils with "pip install utils", but still got the problems. i was wondering if someone can help me... thanks so much!!