I'm trying to access the Tensorboard for the tensorflow_resnet_cifar10_with_tensorboard
example, but not sure what the url should be, the help text gives 2 options:
You can access TensorBoard locally at http://localhost:6006 or using your SageMaker notebook instance proxy/6006/(TensorBoard will not work if forget to put the slash, '/', in end of the url). If TensorBoard started on a different port, adjust these URLs to match.
When it says access locally, does that mean the local container Sagemaker creates in AWS? If so, how do I get there?
Or if I use run_tensorboard_locally=False
, what should the proxy url be?