Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google colab is showing busy

I ran a training process on google colab yesterday. Now the google colab is showing busy, even after restarting runtime and interrupting execution. I want to stop the current execution. Please help!

like image 369
user4129542 Avatar asked Aug 14 '18 04:08

user4129542


3 Answers

It means that your code is running. You don't need to get panicked. Just wait for your code to complete the execution. Your kernel will become ready to use again after that.

As per your scenario, if it's still busy even after complete execution, you can do as in the above answer (Reset session)

like image 138
Pawandeep Singh Avatar answered Nov 12 '22 20:11

Pawandeep Singh


Selecting 'restart runtime' from the runtime menu should suffice.

If for some reason that doesn't work, you can drop your current backend and start fresh with a new one by selecting the command 'Reset all runtimes...' from the Runtime menu.

enter image description here

like image 22
Bob Smith Avatar answered Nov 12 '22 22:11

Bob Smith


Same problem: stuck with 'busy' and 'reconnecting' status.

'restart runtime' didn't work.

Change GPU/CPU didn't work.

Runtime -> Manage Sessions -> Terminate worked.

like image 15
Jay Borseth Avatar answered Nov 12 '22 21:11

Jay Borseth