-
Notifications
You must be signed in to change notification settings - Fork 309
Terminating app due to uncaught exception 'NSRangeException' #99
Comments
Thank you very much for reporting this! We will investigate locally and report back. |
I think I have the same problem (with different code):
|
I have the same issue in another context. Unfortunately, it's very difficult to give a minimal example:
|
Please try the updated wheel (v0.1alpha2) and let us know if you are still seeing this issue. Thank you very much! |
Unfortunately, I have the issue with the v0.1alpha2. |
Also think I'm seeing this issue when running the network attached, using v0.1 a2. The network does train ok on an Nvidia GPU. Application Specific Information: Application Specific Backtrace 1: |
Python crashed when I ran the code below
Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndexedSubscript:]: index 0 beyond bounds for empty array'
My code:
However, when I ran
Everything was fine, and it was accelerated by gpu successfully. What's wrong?
The text was updated successfully, but these errors were encountered: