Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to view TensorBoard calculation chart

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to view TensorBoard calculation diagram". The explanation content in this article is simple and clear, easy to learn and understand. Please follow the idea of Xiaobian slowly and deeply to study and learn "how to view TensorBoard calculation diagram" together!

1. Set up to generate calculation chart, running the program will automatically generate "logs" log file

2. Enter commands under Terminal

If the current path is the program log path (i.e., the path where "logs" are located), enter the instruction directly

tensorboard --logdir = logs

If the current path is not the program log path (i.e., the path where "logs" is located), you can cd "absolute path of logs" into the path where "logs" is located, or

direct input command

tensorboard --logdir = "absolute path of logs"

The "logs" in the above figure is an example, and its absolute path is "D:\Deep_Learning\Code_Test\Reinforce-learning-with-tensorflow-master\contents\6_OpenAI_gym\logs"

input instruction

tensorboard --logdir = D:\Deep_Learning\Code_Test\Reinforcement-learning-with-tensorflow-master\contents\6_OpenAI_gym\logs

3. Enter the browser. Take the above figure as an example. Enter "http://DESKTOP-8LCKDI2: 6006" in the above figure, and then enter "GRAPHS" to see the network calculation diagram built by Tensorflow.

Thank you for reading, the above is "how to view TensorBoard calculation diagram" content, after the study of this article, I believe we have a deeper understanding of how to view TensorBoard calculation diagram this problem, the specific use of the situation also needs to be verified by practice. Here is, Xiaobian will push more articles related to knowledge points for everyone, welcome to pay attention!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report