-
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
NLPProcess running error #9
Comments
Hi, jiaming. Could you please provide a more thorough description of the problem? For example, which line of code leads to the error according to the interpreter. |
Traceback (most recent call last): |
This may be the issue of the dependency package with stanfordnlp. You can refer to stanfordnlp/stanfordnlp#6 and replace stanfordnlp with stanza. I recalled that their APIs are almost the same. |
Respected JiamingOuyang and YifanDengWHU, |
Hello, Deng Yifan. After I installed the environment according to requirement.txt, I still got an error when running NLPProcess: RuntimeError: index_select(): Expected dtype int32 or int64 for index. Could you please help me solve it. This will help me a lot.
The text was updated successfully, but these errors were encountered: