google colab 使用

教程

https://www.fcblog.top/articles/2018/09/21/1537524454178.html#b3_solo_h2_5


问题处理

无法挂载google云盘

解决方案:
https://blog.csdn.net/ujsDui/article/details/82854751

import os
from google.colab import drive
drive.mount('/gdrive')
os.symlink('/gdrive/My Drive', '/content/gdrive')
!ls -l /content/gdrive/

你可能感兴趣的:(google colab 使用)