FusionNet-NLI icon indicating copy to clipboard operation
FusionNet-NLI copied to clipboard

Errors when running prepro.py

Open sina-ehsani opened this issue 6 years ago • 0 comments

Dear Authors, Thank you for sharing this amazing work. Your ideas on the history of words and the fully connected attention model are inspiring.
I have tried to run your program for reproducibility, but while running the code using the docker container, this error shows up every time I ran the prepro.py. Please let me know what should I do. Thank you,

Traceback (most recent call last):
  File "prepro.py", line 101, in <module>
    vocab_tag = list(nlp.tagger.tag_names)
AttributeError: 'NoneType' object has no attribute 'tag_names'

sina-ehsani avatar Sep 28 '18 17:09 sina-ehsani