2017-05-25 114 views
1

請你能幫我跑張量板。Tensorboard:破管錯誤和空白頁

按照說明here我使用pip install在虛擬linux環境中安裝了tensorflow v1.1。

我試圖運行tensorboard mnist_with_summaries.py

的MNIST例如當我從我的本地環境tensorboard運行我收到以下錯誤。存在指定的文件夾中 摘要文件,我試圖從我的瀏覽器中查看tensorboard在

的http:// {服務器IP}:6006

瀏覽器窗口是空白

[tensorflow_v1_1] % tensorboard --logdir=/tmp/tensorflow/mnist/logs/mnist_with_summaries 
Starting TensorBoard 47 at http://0.0.0.0:6006 
(Press CTRL+C to quit) 
WARNING:tensorflow:Deleting accumulator 'test' 
WARNING:tensorflow:Deleting accumulator 'train' 
WARNING:tensorflow:path ../external/favicon.ico not found, sending 404 
WARNING:tensorflow:path ../external/favicon.ico not found, sending 404 
---------------------------------------- 
Exception happened during processing of request from ('{my ip address here}', 36562) 
Traceback (most recent call last): 
    File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread 
    self.finish_request(request, client_address) 
    File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request 
    self.RequestHandlerClass(request, client_address, self) 
    File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__ 
    self.finish() 
    File "/usr/lib/python2.7/SocketServer.py", line 713, in finish 
    self.wfile.close() 
    File "/usr/lib/python2.7/socket.py", line 283, in close 
    self.flush() 
    File "/usr/lib/python2.7/socket.py", line 307, in flush 
    self._sock.sendall(view[write_offset:write_offset+buffer_size]) 
error: [Errno 32] Broken pipe 
---------------------------------------- 
+0

您能否提供[最小,完整和可驗證示例](http://stackoverflow.com/help/mcve)?你會很難讓別人試圖梳理上面所有的MNIST代碼來解決這個問題。 – blacksite

回答

0

同樣的事情發生在我身上。等待一段時間(張量板知道如何恢復)並更新網頁。

Exception happened during processing of request from ('127.0.0.1', 51670) 
Traceback (most recent call last): 
    File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread 
self.finish_request(request, client_address) 
    File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request 
self.RequestHandlerClass(request, client_address, self) 
File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__ 
self.finish() 
File "/usr/lib/python2.7/SocketServer.py", line 713, in finish 
self.wfile.close() 
File "/usr/lib/python2.7/socket.py", line 283, in close 
self.flush() 
File "/usr/lib/python2.7/socket.py", line 307, in flush 
self._sock.sendall(view[write_offset:write_offset+buffer_size]) 
error: [Errno 32] Broken pipe 
---------------------------------------- 
WARNING:tensorflow:Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event. 
WARNING:tensorflow:Found more than one metagraph event per run. Overwriting the metagraph with the newest event.