dygiepp
dygiepp copied to clipboard
allennlp not found
Hi! When I run the following code:
allennlp predict pretrained/scierc.tar.gz \ data/scierc/normalized_data/json/test.json \ --predictor dygie \ --include-package dygie \ --use-dataset-reader \ --output-file predictions/scierc-test.jsonl \ --cuda-device 0 \ --silent
it output "allennlp not found" . But I have installed allenlp library. Do you know why it happens?
Thanks
Hmm that's strange, I don't know why. Can you confirm that you've followed the followed the setup instructions in the README
?
thank you for your reply!