/Tensorflow

Tensorflow ML

Primary LanguagePythonApache License 2.0Apache-2.0

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