-
Notifications
You must be signed in to change notification settings - Fork 51
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
memory error #17
Comments
Could you let me know the shape and memory of the data? |
The shape of my array is (3080,1). and the memory for this is 246464 bytes. Thanks |
It's very small data and i didn't have the error when i use this code. The detail errors have to describe to solve the error. |
The shape of my array is (43824,1), wrong OverflowError: number of elements exceeds INT_NAX, |
I got this error when used for other data using RobustSTL function. anyone can help, please
MemoryError: Unable to allocate 1.54 GiB for an array with shape (14399, 14399) and data type float64
The text was updated successfully, but these errors were encountered: