I have this error runing the 2nd cell of the assignment, loading VGG model cell.
InternalError: CUDA runtime implicit initialization on GPU:0 failed. Status: out of memory
What can i do?
I have this error runing the 2nd cell of the assignment, loading VGG model cell.
InternalError: CUDA runtime implicit initialization on GPU:0 failed. Status: out of memory
What can i do?
Other people have reported similar errors. I think it’s either a server side problem or perhaps your Docker instance is having a problem. Try doing:
Kernel → Restart and Clear Output
Cell → Run All
And see if that helps. If that doesn’t help, then try “Help → Lab Help → Reboot Server” and then run the cells again.
Let us know if neither of those things fixes the issue.
Thanks. Reseting the workspace and reboting the server solve the problem.