我正在对自己的数据集进行Mask R-CNN训练,当我将google colab中的运行时类型更改为“ GPU”时,会发生以下错误
python3: can't open file 'drive/My Drive/damage/custom.py': [Errno 2] No such file or directory
但是,当我将运行时间更改为“无”时,训练将正常开始。我该如何解决?
答案 0 :(得分:0)
将文件格式另存为“ .ipynb”,就可以加载代码。 谢谢。
答案 1 :(得分:0)
您必须先安装Google驱动器。之后,您将可以从驱动器访问文件。
from google.colab import drive
drive.mount('/content/drive')
PS:content/gdrive
不再使用。