Closed buttercutter closed 5 years ago
Hi @promach,
Does this memory problem occur consistently? I see that you are using only one worker thread and the CIFAR dataset, which means that the load on the memory should not be that great. Have you checked what else is running and what process is consuming your system's memory?
We haven't experienced this problem, and it appears to be local to your machine, so there's not much that we can help here I'm afraid.
Cheers, Neta
Hi @promach,
I noticed that some Jupyter notebooks consume a lot of memory, which is not released until the Jupyter kernels are shut down. I didn't debug which notebooks, or why they leak memory. The temporary solution is to shutdown the notebooks once you are done with them.
Cheers, Neta
Any advice on how to go around the following memory allocation error ? When I googled this error , I found https://github.com/facebookresearch/DrQA/issues/53 but I do not think the fix in that issue could be applied in distiller though.