Skip to content Skip to sidebar Skip to footer
Showing posts with the label Memory Leaks

Tensorflow Memory Leak When Building Graph In A Loop

I noticed this when my grid search for selecting hyper-parameters of a Tensorflow (version 1.12.0) … Read more Tensorflow Memory Leak When Building Graph In A Loop

Pyplot Savefig Memory Leak - Alternative?

Is there an alternative to pyplot to plot some graphs in python? I'm having some memory leaks w… Read more Pyplot Savefig Memory Leak - Alternative?

Finding Memory Leak In Python By Tracemalloc Module

I have a python script which uses an opensource pytorch model and this code has a memory leak. I am… Read more Finding Memory Leak In Python By Tracemalloc Module

Memory Leak In Threaded Com Object With Python

I am creating a COM client within a thread and performing several operations with this client. Each… Read more Memory Leak In Threaded Com Object With Python

App Engine Deferred: Tracking Down Memory Leaks

We have an App Engine application that writes many files of a relatively large size to Google Cloud… Read more App Engine Deferred: Tracking Down Memory Leaks

Pypy Memory Usage Grows Forever?

I have a complicated python server app, that runs constantly all the time. Below is a very simplif… Read more Pypy Memory Usage Grows Forever?