tensorboard support AWS s3 file system for logdir
See original GitHub issueI see tensorflow support AWS s3 file system (https://github.com/tensorflow/tensorflow/tree/master/tensorflow/core/platform/s3) but I dont see it working for tensorboard. I am creating this issue to request for support in tensorboard
ex: tensorboard --logdir=s3://bucket/path
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
tensorboard logdir with s3 path - Stack Overflow
If you start a tensorboard by using AWS s3 file, you should do as follows: (1) add ENV VARIBLES ... tensorboard --logdir=s3://bucket/path.
Read more >Visualizing TensorFlow training jobs with TensorBoard
In this post, I showed you how to use TensorBoard to visualize TensorFlow training jobs using Amazon S3 as storage for the logs....
Read more >Visualize Amazon SageMaker Training Jobs with TensorBoard
This notebook shows how to use TensorBoard to visualize both local and remote training jobs as well as jobs run by Amazon SageMaker...
Read more >Writing tensorboard logs to s3 bucket using keras.callbacks
I have a TensorBoard server started with a s3 like minio bucket in kubeflow, and would like to write tensorboard logs to this...
Read more >Use TensorBoard in a SageMaker PyTorch Training Job Step ...
In this article, we show you how to use TensorBoard in an Amazon SageMaker ... TensorBoard supports loading log files from S3 directly....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just put
AWS_REGION=<region_name>
beforetensorboard
@srikumar-b How did you pass S3_REGION?