nafitzgerald / nrl-qasrl

A neural parser for QA-SRL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'set' object has no attribute 'items'

CrystalGuo0312 opened this issue · comments

hi,

I want to run "Training Span Detector" -- "python -m allennlp.run train configs/train_span.json --include-package nrl -s {$SAVE_DIRECTORY}" . But the issue below has appeared. Can you help me solve this problem?

image
image

commented

It is a problem when you use the latest networkx -- network-2.1. Please use networkx-2.0 instead.