You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: