Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notebook stuck on "Initializing" when using GPU backend

I frequently get stuck with the runtime status "Initializing" when opening Google Colab notebooks using GPUs.

Are other people having this problem? Is it from a shortage of GPUs in the runtime cluster? Has anyone found a better solution than just coming back later?

like image 356
David Mack Avatar asked Mar 03 '18 23:03

David Mack


2 Answers

This helped me: click on 'Runtime' tab, click on 'Restart runtime...'

like image 69
Datsheep Avatar answered Sep 18 '22 02:09

Datsheep


As of now, I think best way to over-ride this problem. is by switching between gpu runtime. Forcing it to look for a free instance.

[Click on the 'Runtime' tab. Click on 'Change runtime type'. Under hardware accelerator select 'GPU']

like image 39
Shar1 Avatar answered Sep 20 '22 02:09

Shar1