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?