Any methods to locate where an object was created that returned by python’s garbage collection gc.get_objects()?
I am facing a memory leak when training models in physic simulators on different tasks. While the weird thing is that there are memory leaks on some certain task and some don’t. So I am trying to locate where those memory leaks happens.