I am trying to run this ballon segmentation model that I found on GitHub: https://github.com/matterport/Mask_RCNN/tree/master/samples/balloon .
It runs on my linux virtual machine but very very slowly, so I stop it after few iterations and installed tensorflow-gpu on my local windows OS, using: https://www.codingforentrepreneurs.com/blog/install-tensorflow-gpu-windows-cuda-cudnn/
everything worked correctly.
But, unfortunately, I got this weird error, for which I can not find any solution on the internet: 'could not create cudnn handle: CUBLAS_STATUS_ALLOC_FAILED
ANY suggestion would be of great great help! I am now blocked since two days and dont know what to try now...