のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2018-03-20から1日間の記事一覧

fast.aiをgoogle colabで実行する方法

Python3のGPUありの設定で動作した。共有ファイルを参照する方法を利用させてもらった。 qiita.com !pip install -U -q PyDrivefrom pydrive.auth import GoogleAuth from pydrive.drive import GoogleDrive from google.colab import auth from oauth2clien…