상세 컨텐츠

본문 제목

코랩(colab) 데이터 업로드

Coding

by linguana 2021. 4. 1. 10:44

본문

1. 직접 업로드

from google.colab import files
myfile = files.upload()

2. 드라이브에서 가져오기

from google.colab import drive
drive.mount('/content/drive/')

'Coding' 카테고리의 다른 글

전이학습 전략  (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

관련글 더보기