- 首先要鏈接谷歌云盤,剛開始要輸入驗(yàn)證碼的
from google.colab import drive
drive.mount('/content/gdrive')
- 更改運(yùn)行目錄
# 指定當(dāng)前的工作文件夾
import os
os.chdir("/content/gdrive/My Drive/otto-group-product-classification-challenge")
- 安裝Pytorch以及torchvision
Colab 一般情況下已經(jīng)自帶了pytorch環(huán)境了入客。若沒有可以進(jìn)行相應(yīng)的安裝:
!pip install torch torchvision # 在Colab中執(zhí)行操作語句時(shí),感嘆號不能漏
- 我是直接寫好運(yùn)行python文件的
!python otto.py