-
Notifications
You must be signed in to change notification settings - Fork 18
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
Load models #411
Comments
if you don't specify the path it will load the locally trained models. |
it simply does not work for me, could you check any of these options I have or commented out in the link below? I thought now we should use ClassifiersUtils for loading models but at least for this example it does not work, even when I give '/models` as path or without specifying path. @bhargav 2cd6e5e#diff-0ff94b549b4b5b02d866c30adfe4bba6R22 |
I looked at the SentimentApp.scala file and it seems that But we have a problem in the ClassifierUtils were |
Yes, right but the models for me were already in models directory, when I was running it. The problem is that |
It seems in all of out tests the models are loaded from jar files. I was trying to read form my locally trained models but I am not sure how the path should be set, it is not working.
The text was updated successfully, but these errors were encountered: