deeplearning4j / deeplearning4j-examples

Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)

Home Page:http://deeplearning4j.konduit.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot allocate new FloatPointer

Kelin-hao opened this issue · comments

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!

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.