简体   繁体   中英

Save failed in Google Colab

I opened a number of tabs at the same time. I think that's why Google Colab was not able to support the heavy load. The message stated:

Please use the File menu to download the .ipynb and upload the notebook to make a copy that includes your recent changes.

It turned out to be a network issue. Output is heavy and colab is not able to save it is not able to make a handshake because internet speed is poor. So just switch the internet source and see it working.

This can happen if you open the same notebook in multiple tabs and make incompatible edits to the notebook. At this point, the only way to save your work is to follow the advice in the dialog. To prevent this in the future, avoid simultaneously editing the same notebook in multiple browser windows.

I got the same issue and eventually I found it's because I set up the hardware accelerator.
This would be fixed if reseting the 'Runtime/Change runtime type' to 'None'.

I had the same problem despite ''Runtime > Change runtime type' being already set 'None' beforehand. As the OP I had no other instances of the notebook open.

In the end I did 3 things in the following order:

  1. File > Save a copy in Drive
  2. File > Save a copy in GitHub
  3. File > Save

Just picking the 'Save' from the drop down again did the trick for me. My variables were still loaded all is working as before.

在此处输入图片说明

我删除了(重)输出,它成功了,它开始保存而没有失败通知

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