vibhatha / Tensorflow

Tensorflow ML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow

Tensorflow ML

Tensorboard

To run tensorboard examples First uncomment the Lesson 5 region and comment the rest. In Emacs

M-x comment-region 
M-x uncomment-region

M-x can be obtained in Ubuntu by:

Alt + X
python3 SGD/sgd_benchmark.py

Then on another terminal

cd SGD
tensorboard --logdir=output_sgd_benchmark

Then go to the ip address shown in the console window ... In my case it is

http://vibhatha-ThinkPad-p50:6006

About

Tensorflow ML

License:Apache License 2.0


Languages

Language:Python 99.4%Language:Batchfile 0.6%