-
Notifications
You must be signed in to change notification settings - Fork 17
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
Standalone.py outputs only the last sentence #9
Comments
I am still getting this issue despite the fix. I have the current version of the repo My output looks like this: last sentence last sentence |
I am not sure if this repository is maintained further. You may have a closer look at https://github.com/dair-iitd/openie6 |
Hello, I also encountered this problem,have you solved it? |
No, I just hardcoded it to print each sentence from the input. |
same here. To fix it edit standalone.py and replace the for loop starting at line 40 with this: Unrelated to this particular problem: if you want to use GPU, replace the cuda_device number in line 28 from -1 with the GPU number you want o use (in my case, since i have only one, i use 0). |
Anyone can guide me to produce the results of generated extractions from a standalone file using IMOJIE evaluation? |
See fix (Pull request: #8)
The text was updated successfully, but these errors were encountered: