Login using Social Account
     Continue with GoogleLogin using your credentials
Purpose: TensorBoard provides the visualization and tooling needed for machine learning experimentation.
Home Page: https://www.tensorflow.org/tensorboard
Documentation: https://www.tensorflow.org/tensorboard/get_started
How to get started:
In the web console tab on the right side of the screen, Type the following command start TensorBoard
export PATH=/usr/local/anaconda/bin:$PATH
tensorboard --logdir deep_learning/tflogs --port 4066
Once it has started successfully, it will give you an URL on the Web Console, do not use that URL but note down the port number
Copy the URL of the Web Console from the URL bar at the top of the browser, open another tab in the browser, paste the URL and append the port number in the end as shown below http://e.cloudxlab.com:4066
To close TensorBoard, simply click the tab where you opened the TensorBoard and the Web Console
If you are facing any challenges, or for more information on port numbers, please go through the below link https://discuss.cloudxlab.com/t/solved-cannot-start-tensorboard-server/5146
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...