question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tensorboard support AWS s3 file system for logdir

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
harusametimecommented, Jul 27, 2019

Just put AWS_REGION=<region_name> before tensorboard

AWS_REGION=us-west-1 tensorboard --logdir s3://s3_bucket/path
0reactions
austinmwcommented, Apr 6, 2019

@srikumar-b How did you pass S3_REGION?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found