简体   繁体   中英

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!

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.

在此处输入图像描述

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)

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

'restart runtime' didn't work.

Change GPU/CPU didn't work.

Runtime -> Manage Sessions -> Terminate worked.

When it happens with me I go to google webpage, disconnect my accounts and log in again. Then the colab comes back to work.

After performing: Runtime -> Manage Sessions -> Terminate worked. I pressed reconnect on the top right and it was worked.

I experienced the same issue.

For me, I reset all runtimes, force quit chrome using the task manager and restarted my computer. Some of these steps probably weren't necessary, but the combination of all of them solved the issue for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM