Jingqi Kang
Results
3
issues of
Jingqi Kang
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'
The version of PyTorch in Readme is 0.4.1, but the configuration environment cannot find that version. Can you provide the environment requirements for this project? It would be great if...