TensorBoard
Tensorboard does not render direct in Google AI Notebooks, a simple workaround is to SSH into the machine from your local, this involves two steps.
- Run TensorBoard on the VM:
$ tensorboard --port=7000 --logdir logs
- SSH into the machine:
$ gcloud beta compute ssh --zone "{your zone}" "{your instance name}" --project "{your project name}" -- -L 7000:localhost:7000
You can not access the TensorBoard UI from your own machine on localhost:7000