Tensorboard:无法检索请求的网址

时间:2018-01-21 22:59:10

标签: tensorboard

我在D:\0中保存了张量表摘要。我从cmd启动了tensorboard,将驱动器从C更改为D并启动tensorboard --logdir="D:\0"。问题是,张量板有时会起作用,有时我会得到错误:

ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: http://nsv:6006/

Unable to determine IP address from host name nsv

The DNS server returned:

Name Error: The domain name does not exist.
This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is webmaster.

有一次修复它,我改变了computer name重新启动了笔记本电脑并且工作正常。但我不想每次都这样做。有更简单的解决方案吗?

1 个答案:

答案 0 :(得分:1)

行。这真是太傻了。出现此错误的原因似乎是因为我连接到VPN以访问实验室服务器。一旦我从VPN断开连接,张量板就可以工作。