Cartus / AGGCN

Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)
MIT License
432 stars 88 forks source link

How to test the n-ary relation extraction part of the experiment? #40

Open jodie-kang opened 2 years ago

jodie-kang commented 2 years ago

When I ran this command: python3 eval.py saved_models/01 --dataset PubMed I encountered this problem: FileNotFoundError: [Errno 2] No such file or directory: 'dataset/tacred/PubMed.json'