Tensorboard: No dashboards are active for the current data set

落花浮王杯 提交于 2019-12-11 06:08:47

问题


I run Tensorboard from local with:

tensorboard --port 8080 --logdir gs://root-album-8512/output/summaries/ --debug

and then I access:

http://arynas:8080/

I got this error message:

enter image description here

In my local terminal there is error like that:

tensorflow/core/platform/cloud/retrying_utils.cc:77] The operation failed and will be automatically retried in 1.15606 seconds (attempt 1 out of 10), caused by: Unavailable: Error executing an HTTP request (HTTP response code 0, error code 35, error message 'Unknown SSL protocol error in connection to www.googleapis.com:443 ')
         when reading gs://root-album-8512/output/summaries/train/../checkpoint

How can I fix it?


回答1:


Unknown SSL protocol error in connection to www.googleapis.com:443

This error can be returned in case of exceeding the request quota. Reportedly, this also can be IPv6 issue on your arynas host.



来源:https://stackoverflow.com/questions/46108507/tensorboard-no-dashboards-are-active-for-the-current-data-set

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!