-
Notifications
You must be signed in to change notification settings - Fork 109
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
lime/keras image classification: Input must be a vector, not a superpixel_list
object.
#178
Comments
I got the same error and was able to fix it using:
Found out that the class of the object |
I got the same error and now the The example of
I wonder if anyone has insights on it? Thanks! |
I figured that we can create a data frame from
|
Thanks for this... I want to experiment with lime on images but got stuck installing tensorflow. Might anyone have a link to the |
Using this tutorial on the RStudio AI blog: https://blogs.rstudio.com/ai/posts/2018-03-09-lime-v04-the-kitten-picture-edition/
Everything runs fine until
Running either
explanation
orplot_image_explanation(explanation)
returns the error message:Using
rlang::last_error()
andrlang::last_trace()
suggest a possible conflict with thevctrs
package.str(explanation)
looks complete andexplain()
doesn't cause any errors - only when attempting to plot/print/view the results.My session info is below:
The text was updated successfully, but these errors were encountered: