Closed JoeAWilde closed 4 years ago
Hi @JoeAWilde,
Your GPU might be a little short on memory for your frame size. Try this:
Hi @talmo
Thanks for the response! I have tried your suggestions (reducing batch size to 1, reducing scaling to 0.5, reducing max stride to 16, switching to top-down approach) and I keep getting the same problem. I have also cropped the test video I am using so the animal is larger relative to frame size, and I have lowered the resolution of the video. All of these result in the same problem outlined above.
Hi @JoeAWilde,
I see. One more thing to try then -- try updating to SLEAP 1.0.9:
pip install --upgrade sleap==1.0.9
This should incorporate a change where the GPU memory is no longer pre-allocated by default, which I believe should prevent this issue on the 1660. Give it a shot and let me know if it's still not working.
Cheers,
Talmo
@talmo
I upgraded to Sleap 1.9.0 and it's now working! Thanks for the help
Cheers, Joe.
Hi,
I am running into a problem when trying to train SLEAP using GPU. The error comes after I hit the Run button on the training window. The first Epoch begins, but the timer freezes and when I check the anaconda window, the problems seems to be coming from:
E tensorflow/stream_executor/cuda/cuda_dnn.cc:329] Could not create cudnn handle: CUDNN_STATUS_ALLOC_FAILED
I am running on Windows 10.0.18363 with a GTX 1660 SUPER. Below is the full output from the anaconda window: