Replies: 1 comment 4 replies
-
Hi @james6601 Can you share the entire error message with stack trace? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I have trained an SVM , and when I try to evaluate the ART classifier on benign test samples, I receive the error "negative dimensions are not allowed".
I thought maybe there would be a data mismatch between the features and labels I'm trying to make a prediction on, but when I run the following code, they are the same size
Just wondering if there is someone out there who can help me fix this error?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions