python3:无法打开文件'drive / My Drive / damage / custom.py':[Errno 2]没有这样的文件或目录

时间:2019-11-10 09:36:45

标签: python-3.x google-colaboratory

我正在对自己的数据集进行Mask R-CNN训练,当我将google colab中的运行时类型更改为“ GPU”时,会发生以下错误

python3: can't open file 'drive/My Drive/damage/custom.py': [Errno 2] No such file or directory

但是,当我将运行时间更改为“无”时,训练将正常开始。我该如何解决?

2 个答案:

答案 0 :(得分:0)

将文件格式另存为“ .ipynb”,就可以加载代码。 谢谢。

答案 1 :(得分:0)

您必须先安装Google驱动器。之后,您将可以从驱动器访问文件。

from google.colab import drive
drive.mount('/content/drive')

PS:content/gdrive不再使用。