This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
It seems nd.array or NDArrayIter not support too large array #9207
Comments
Sorry, the version on CentOS is 1.0.0 and on MacOS is 0.11.0 |
It works.
what's your memory capacity? if exceed memory capacity, it occurs above error message.
|
@mwbyeon Sorry, It's my fault, lost a zero
My MacOS has 8GB and CentOS has 64GB |
I get the error:
I seems there is overflow on the struct Shape |
int64 type for tensor dimension sizes is not supported yet but there is a plan to support it. Please see: #10158 |
3 tasks
Verified the fix with PR #11742. @sandeep-krishnamurthy Please close this issue. Thanks! |
This was referenced Sep 6, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I have a large array, cannot be transformed into
nd.array
Environment info (Required)
CentOS and MacOS
Package used (Python/R/Scala/Julia):
Python
Build info (Required if built from source)
install by pip, mxnet=1.0.0
Error Message:
Minimum reproducible example
Steps to reproduce
just run the code above
The text was updated successfully, but these errors were encountered: