-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 2.9.1 --logdir as aws s3 path #6349
Comments
As expected the problem is with tensorflow_io not being used. I propose a few solutions:
Note the import of
Thoughts? |
Hi @Krasner, We added S3 support in #5491 (since TensorBoard v2.6). If the S3 directory parsing failed due to The error messages |
@yatbear I don't think it's a permission issue - as I noted above, I can access Interestingly, after the fixes above the error messages are still visible with Additionally, as I mentioned |
@Krasner, thanks for the clarification and the proposed solutions above! I just saw this open issue under tensorflow-io repo: tensorflow/io#1731, which suggests the problem lies here. A temporary workaround mentioned in tensorflow/io#1731 (comment) is to pin |
I saw this recent fix related S3: tensorflow/io#1790, but it is not included to the latest tensorflow-io pip version: https://pypi.org/project/tensorflow-io/#history, and their nightly is also stale, left a comment under the aforementioned PR. |
I am get the same error when using tensorboard --logdir s3://zenml-minio-store/logs/... |
I am using Tensorboard 2.9.1, when setting
--logdir
ass3://<bucket>/<folder>
tensorboard is not able to read event files.On my machine (EC2 instance) i am able to reach that logdir via aws cli (
aws s3 ls s3://<bucket>/<folder>
).In python I can also reach the files in that folder using tensorflow_io:
This is the Tensorboard command:
This is the error code:
I would expect Tensorboard to use Tensorflow_IO's tensorflow_io/core/filesystems/s3/ but from the message above that does not seem to be happening.
Notice in the diagnostics report I am using
tensorflow-io==0.26.0
andtensorflow-io-gcs-filesystem==0.26.0
Additionally I tried running tensorboard from a python script but get the same problem:
Environment information (required)
Diagnostics
Diagnostics output
The text was updated successfully, but these errors were encountered: