-
Notifications
You must be signed in to change notification settings - Fork 100
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
import_template erro Expecting value: line 1 column 1 (char 0) #233
Comments
You should try reformatting your code here on Github with it inside a block of: ``` Edit: I've done it for you |
I’m a little curious. The examples on the official website cannot use already trained models. |
Okay, here's the issue, and yes, it's a bit confusing, so sorry about that:
so you need to replace model2 = at2.import_template(example_filename, method='only') # method='add on' with model2 = at2.import_best_model(example_filename) and it should work |
Adding a little more clarity to help with confusion as in #233
thanks |
prediction2 = model2.predict()
Expecting value: line 1 column 1 (char 0)The text was updated successfully, but these errors were encountered: