Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorBoard can’t find your event files.Log directory: s3://bucketname/tensorboard_log/ #6832

Open
weAreFriendYo opened this issue Apr 16, 2024 · 2 comments

Comments

@weAreFriendYo
Copy link

runcmd:
tensorboard --logdir s3://bucketname/tensorboard_log/

Environment Variable:

AWS_REGION='us-east-1'
S3_REGION='us-east-1'
S3_ENDPOINT='10...129:610**'
S3_USE_HTTPS=0
S3_VERIFY_SSL=0
AWS_ACCESS_KEY_ID=***
AWS_SECRET_ACCESS_KEY=***

No dashboards are active for the current data set.
Probable causes:

You haven’t written any data to your event files.
TensorBoard can’t find your event files.
If you’re new to using TensorBoard, and want to find out how to add data and set up your event files, check out the README and perhaps the TensorBoard tutorial.
If you think TensorBoard is configured properly, please see the section of the README devoted to missing data problems and consider filing an issue on GitHub.

Last reload: Apr 16, 2024, 5:40:35 PM
Log directory: s3://bucketname/tensorboard_log/

@weAreFriendYo
Copy link
Author

tensorflow version:
tensorboard 2.11.2
tensorboard-data-server 0.6.1
tensorboard-plugin-wit 1.8.1
tensorflow 2.11.0
tensorflow-addons 0.19.0
tensorflow-estimator 2.11.0
tensorflow-io 0.34.0
tensorflow-io-gcs-filesystem 0.34.0
tensorflow-serving-api 2.11.0

@arcra
Copy link
Member

arcra commented Apr 19, 2024

S3 support comes from community submitted code and is not something we have a lot of experience with, or that we can easily reproduce.

Without more information it would be hard for us to assist you. I would recommend trying other forums, like Stack Overflow for getting support using TensorBoard—they have
a larger community with better searchability:

https://stackoverflow.com/questions/tagged/tensorboard

If you were interested in forking this repo and making local changes, one thing I had to do recently for debugging something was logging the stack trace here. That might provide more useful information for you to troubleshoot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants