1. 직접 업로드
from google.colab import files
myfile = files.upload()
2. 드라이브에서 가져오기
from google.colab import drive
drive.mount('/content/drive/')
전이학습 전략 (0) | 2021.04.06 |
---|---|
Tutorial Bibles link (0) | 2021.04.01 |
코랩(colab) 단축키 (0) | 2021.04.01 |
파이참 설치 (0) | 2021.03.30 |
tf certificate 가상환경 (0) | 2021.03.30 |