I am new to tensorboard and trying to make it work on my GCE that runs google cloud datalab.
I am using the code from: https://github.com/MorvanZhou/tutorials/blob/master/tensorflowTUT/tf15_tensorboard/full_code.py
the data is saved on logs folder on the GCE. therefore the execution command from the datalab is: !tensorboard --logdir="./logs"
i tried opening network port and then using the external IP address with the port (could not reach the graph) gcloud beta compute firewall-rules create tensorboard --action allow --rules tcp:6006 --source-ranges 0.0.0.0/0
running the same thing on my local machine, worked fine. I am using large dataset with big computing and can not work locally.
any idea?
Many thanks, Eila