FusionNet-NLI
FusionNet-NLI copied to clipboard
An example for applying FusionNet to Natural Language Inference
Dear authors, Thank you for sharing this awesome work. I really like ideas of using all history of words to produce the attention as well as the newly proposed symmetric...
Dear author, Traceback (most recent call last): File "prepro.py", line 107, in vocab_ent = [''] + nlp.entity.cfg[u'actions'][1] KeyError: 'actions' I tried several versions of spacy(1.10.1, 2.0, 1.8, 1.7.5), but still...
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...
https://github.com/momohuang/FusionNet-NLI/blob/master/train.py#L107 ```python if args.on_philly == False: fh = logging.FileHandler(args.log_file) fh.setLevel(logging.DEBUG) fh.setFormatter(formatter) log.addHandler(fh) ``` Can I ignore this part? This is because the attribute `on_philly` is not in args.
I want rebuilding this file without CUDA