一.翻过那道墙
1.我这梯子十分滴珍贵,不细说,大伙儿各显神通吧
二.注册谷歌账号
1.解决注册谷歌账号手机号不能验证的问题:最新注册谷歌账号手机号不能验证的有效跳过手机号验证方法,2022已成功解决谷歌账号注册验证!
三.界面基本功能介绍
1.谷歌云盘
2.新建ipy文件
四.常用代码
#查看分配到的GPU
!nvidia-smi
#挂载云盘
from google.colab import drive
drive.mount("/content/drive")
#设置路径
import os
path="/content/drive/My Drive/asr-google"
os.chdir(path)
os.listdir(path)
#安装依赖包
!pip install -r requirements.txt
#开始训练
!python train.py
标签:教程,账号,谷歌,drive,验证,Colab,使用,path,os
From: https://www.cnblogs.com/fly-smart/p/17066270.html