背景:ubuntu 16.04下使用tensorboard报错Tensorboard could not bind to unsupported address family
解决:
tensorboard --logdir=/tmp/mnist/log/ --port 8023 --host 本机ip
背景:ubuntu 16.04下使用tensorboard报错Tensorboard could not bind to unsupported address family
解决:
tensorboard --logdir=/tmp/mnist/log/ --port 8023 --host 本机ip