-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on gpus set to 0 #4
Comments
I get the same error. I have a GPU but I'm running Ubuntu in Windows so I can't use it without installing the Windows Insider beta version of Windows. If a GPU is required to run, it would be nice to have that stated in the documentation. But from what I can see, it seems that predictions on the input text were made. So maybe the error does not affect the results. |
though it doesn't effect ur desired output bcoz it's generated before the error. However, copying the command from readme file as it is, including the argument |
The issue lies in
needs to be changed to
https://github.com/dair-iitd/openie6/blob/master/imojie/imojie/aggregate/score.py#L88 is called with cuda_device=0 This results in a call to https://github.com/dair-iitd/openie6/blob/master/imojie/allennlp/allennlp/commands/evaluate.py#L92 with cuda device of 0, but as the documentation specifies, -1 is required for no GPU.
|
Although i set
gpus = 0
since i dont have any GPU installed scripted did predicted the output and saved it in prediction.txt file but right before exiting run.py file compiler throughs this errorThe text was updated successfully, but these errors were encountered: