zhreshold commented on issue #8011: Memory used keeps arising during training. URL: https://github.com/apache/incubator-mxnet/issues/8011#issuecomment-332657424 @tppppppppp If you don't call asnumpy() explicitly here. The asynchronous feature make you worker trying to load the next batch before finishing the current batch. Thus may taken too much memory. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
