Skip to content
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

Cannot allocate new FloatPointer #986

Open
Kelin-hao opened this issue May 23, 2020 · 1 comment
Open

Cannot allocate new FloatPointer #986

Kelin-hao opened this issue May 23, 2020 · 1 comment

Comments

@Kelin-hao
Copy link

Issue Description

Please describe your issue, along with:

  • encountered behavior
    I meet this error
    image

Since I try to increase the memory limit. The error changes with different "totalBytes" and
"maxBytes".

Version Information

Please indicate relevant versions, including, if relevant:

  • Deeplearning4j version 0.8.0
  • platform information (OS, etc) win10

Contributing

If you'd like to help us fix the issue by contributing some code, but would
like guidance or help in doing so, please mention it!

@treo
Copy link
Member

treo commented May 23, 2020

Please use the latest release, which is 1.0.0-beta7.

But in any case, what you are seeing is a regular out of memory error. You either have to allow your program to use more of your memory, or use a smaller model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants