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

Tensorboard's localhost:6006 does not show how to solve the problem

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

Share

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

This article editor for everyone to introduce in detail "tensorboard localhost:6006 does not show how to solve", the content is detailed, the steps are clear, the details are handled properly, I hope this "tensorboard localhost:6006 does not show how to solve" article can help you solve your doubts, the following follow the editor's ideas slowly in-depth, together to learn new knowledge.

Configuration

Window7

Tensorlfow1.5

Anaconda

Start tensorboard1, start anaconda Prompt, enter: # start pycharm or the environment activate tensorflow# used by the model to start tensorboardtensorboard-logdir=C:UserslammyPycharmProjectsuntitled1logsmnist_softmax2, open the network model in the browser

Enter according to the online information: localhost:6006

It always shows that the web page cannot be displayed: localhost rejected our connection request.

Baidu took a look at whether there is any in hosts:

127.0.0.1 localhost

Found that there is, but logged out, removed the previous #, and then continue to enter, the problem remains the same, and then return to the original, the problem is not here.

I have no choice but to solve it by myself: 1. When I opened the task manager, I did see that tensorboard was started:

2. Why can't you open it? there is only one question left, the problem of ip address, or the wrong place to visit. Then take a look at the port information win + R input cmd: command line input: netstat-ano as shown:

As you can see, there are:

0.0.0.0 address

10.176.125.114VR 6006 address

Localhost address of 127.0.0.1

6006 of the 10.176.125.114displacement 6006 seen in the red box is the port, and so is the rest.

3. When you see that the ip address is different, is it because the port is occupied and the service is not up?

Try typing tasklist | findstr "11060" to see which application is occupied:

This confirms that the tensorboard starts correctly, and then the ip address is different, so you enter the command in part 2:

Http://10.176.125.114:6006

Enter, a miracle happened, read out the file

Read this, the "tensorboard localhost:6006 does not show how to solve" article has been introduced, want to master the knowledge of this article still need to practice and use in order to understand, if you want to know more related articles, welcome to follow the industry information channel.

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