google colaboratory没有令人耳目一新的驱动内容?

时间:2018-03-18 07:10:36

标签: google-drive-api jupyter-notebook google-colaboratory

我遵循本教程: https://medium.com/deep-learning-turkey/google-colab-free-gpu-tutorial-e113627b9f5d 它显示通过Google jupyter笔记本电脑进入G Drive的内容。本教程显示G Drive文件夹中的文件夹/文件。我带入G Drive的部分文件/文件夹显示在我的G Drive文件夹中,但不是全部。

我注意到G Drive UI没有反映/刷新以显示通过笔记本导入的新Drive内容。

这是一个错误或功能吗?

notebook shows drive content but drive does not

2 个答案:

答案 0 :(得分:4)

在笔记本上运行:

!google-drive-ocamlfuse -cc

这将清除缓存并刷新文件。每次更改驱动器文件夹中的文件时,都应调用此命令,并且装入的驱动器将随更改一起刷新。

答案 1 :(得分:0)

如果在执行drive.mount('/content/drive')之后更改了驱动器中的某些内容,则必须使用drive.mount('/content/drive', force_remount=True)重新安装它。