1.記得選擇使用GPU
2.進入雲端網盤
from google.colab import drive
drive.mount('/content/gdrive')
3.進入文件並查看
#進入指定文件夾BreastCancer_FinalVersion
import os
os.chdir("/content/gdrive/My Drive/BreastCancer_FinalVersion")
#查看文件目錄
!ls
4. 運行
!python XXXXXXX.py
最后附圖