LoginSignup
0
1

More than 5 years have passed since last update.

GoogleColaboratory にローカルファイルをアップする方法

Posted at

機械学習などで GoogleColaboratory を利用する機会が増えた。

ローカルに保存しているデータ(npyファイルなど)を GoogleColaboratory にする方法を備忘としてまとめる。

GoogleColaboratoryへのファイルアップ方法

# show upload dialog
from google.colab import files
uploaded = files.upload()

アップロードしたファイルの確認方法

!ls -l
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1