1
テンソルボードの実行を手伝ってください。テンソルボード:壊れたパイプのエラーと空白のページ
指示に従いますhere pip installを使用して仮想Linux環境にtensorflow v1.1をインストールしました。
私は自分のローカル環境からtensorboardを実行すると、私は次のエラーが表示さtensorboard mnist_with_summaries.py
のmnist例を実行しようとしています。 要約ファイルは、指定したフォルダ内に存在する、と私は
HTTPで私のブラウザからtensorboard表示しようとしています:// {サーバ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
----------------------------------------
[最小限で完全であり、かつ検証可能な例](http://stackoverflow.com/help/mcve)を提供できますか?誰かにこの問題を解決するために上記のすべてのMNISTコードを解決しようとするのは難しいでしょう。 – blacksite