Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1626 Discussions

How can I analyze/visualize training and testing accuracy using tensor-board on Intel AI Devcloud ?

Lakshmi_U_Intel
Employee
848 Views

Please follow the steps given below to start tensorboard:

Do the necessary tunneling in putty. By default tensorboard starts in port 6006. Open putty and load the required DevCloud session.

On the left pane click on SSH -> Tunnels

Enter the details of Source and Destination as given in the screenshot and click on Open

In the terminal, do the following:

conda create -n tfboard python=3.6

source activate tfboard

conda install tensorflow

tensorboard --logdir=path/to/log-directory 


 

0 Kudos
0 Replies
Reply