33
32

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Google ColaboratoryでPyTorch

Posted at

TensorFlowではなく、PyTorchはいかがでしょうか?という気分。

環境の確認

CoLabのNotebook上で、python --versionしてみたら、3.6.3だった。
CUDAのバージョンとかがよく分からんけれど、PyTorchのサイトに従って、pip install -U torch torchvisionする。

2018-10-08 21.24.01.png

意外と、あっさりインストールできた。

チュートリアル実行

そのまま、チュートリアルを、実行してみる。

2018-10-08 21.40.17.png

図のように、trainingも普通に動く。


本日の結論

GoogleColaboratory上でも、PyTorchをGPU版で動かすことができました、というハナシ。

33
32
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
33
32

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?