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/01/22 22:59:23 UTC

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

access2rohit commented on a change in pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown.
URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369852113
 
 

 ##########
 File path: tests/python/unittest/common.py
 ##########
 @@ -308,6 +309,7 @@ def teardown():
     It waits for all operations in one file to finish before carrying on the next.
     """
     mx.nd.waitall()
+    gc.collect()
 
 Review comment:
   Actually not sure. I didn't know if there was a way to identify whether it was helpful or not. In a nutshell I still ran out of memory for 480GB machine.

----------------------------------------------------------------
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


With regards,
Apache Git Services