-
Notifications
You must be signed in to change notification settings - Fork 20
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
TypeError: only integer tensors of a single element can be converted to an index #18
Comments
this is config info
|
Hi @shenweima, I haven't encountered this issue before and need a bit more info to help debug this. Thanks, |
Hi @viq854 and @shenweima - I got the same error and was able to work around it by casting p[0] and p[1] as integers on lines 161 and 163 of plotting.py So, line 161 becomes: Hope this helps |
The text was updated successfully, but these errors were encountered: