Kernels dies when using fastai library due to CPU memory issue

I did a temporary for the ThreadPoolExecutor problem, while keeping multithreading.
I just copied the _DataLoaderIter object from pytorch and added a few lines. I hope that a better solution can be found soon.
Did anybody find out why python changed this behavior?

Here the link to the fix: dataloader.py and dataloaderiter.py

Cheers, Johannes

2 Likes