dygiepp icon indicating copy to clipboard operation
dygiepp copied to clipboard

allennlp not found

Open llllljm opened this issue 1 year ago • 2 comments

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

llllljm avatar Sep 05 '23 03:09 llllljm

Hmm that's strange, I don't know why. Can you confirm that you've followed the followed the setup instructions in the README?

dwadden avatar Sep 05 '23 16:09 dwadden

thank you for your reply!

llllljm avatar Sep 06 '23 09:09 llllljm