Open hhbyyh opened 5 years ago
Ah Tensorboard may support hdfs path by now. I'm running some test.
It does work. But user need to specify some env variables.
https://github.com/tensorflow/examples/blob/master/community/en/docs/deploy/hadoop.md
Closing the issue now.
We need to add this to our documentation for visualization @qiuxin2012
User has a Spark cluster and also a jupyter notebook server. They can access the jupyter notebook server from many clients.
Now if they want to use the training summary and validation summary, is there a way to put all the logs to the client node, rather than the jupyter server node. I know users can use hdfs to store the training log, but it will be hard to monitor the training progress at run time.