Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 5 years have passed since last update.

2016/12/20 ディープラーニングハンズオン@Google スライド資料 (古川)

Last updated at Posted at 2016-12-20
1 / 5

デモアプリのディレクトリへ移動

cd ~/mnist-visualize-example_1.0.2/

CNNモデルの学習を実行

python train.py -v

TensorBoardをバックグラウンドで起動

tensorboard --logdir log/ &
  • 実行後、GCEのインスタンスのIPアドレスの6006ポートにブラウザでアクセスするとTensorBoardを表示できます。

サーバの起動

sudo python server.py -p 80
  • 実行後、GCEインスタンスのIPアドレスにブラウザでアクセスしてください。
  • IEでは正常に動かない可能性があります。Chrome,FireFox,Safariで動作を確認しています。
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?