You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/07/06 06:03:16 UTC

[GitHub] [incubator-mxnet] szha commented on issue #18662: out of memory issue while using mxnet with sockeye

szha commented on issue #18662:
URL: https://github.com/apache/incubator-mxnet/issues/18662#issuecomment-654032873


   @MrRaghav thanks for creating the issue. What model of GPU are you using? What's the GPU memory size?
   Also, have you tried using `export MXNET_GPU_MEM_POOL_TYPE=Round`? https://mxnet.apache.org/api/faq/env_var#memory-options
   ```
   Round: A memory pool that always rounds the requested memory size and allocates memory of the rounded size. MXNET_GPU_MEM_POOL_ROUND_LINEAR_CUTOFF defines how to round up a memory size. Caching and allocating buffered memory works in the same way as the naive memory pool.
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org