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 on a 480GB memory
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:
[email protected]
With regards,
Apache Git Services