Yong Tang
Yong Tang
@AaronDewes tensorflow-io-gcs-filesystem is supposed to be compatible with tensorflow. As tensorflow does not support 3.10 yet, we don't have a release for 3.10 as well. We will add 3.10 package...
@AaronDewes Let's keep the issue open until 3.10 support is added.
@hrw tensorflow-io package consists of python code, and .so lib complied from C++. Python code remains the same across different versions. The .so lib complied from C++ depends on tensorflow....
cc @terrytangyuan @zou000 FYI
@ms-lolo At the moment azure blob storage file system has been fully built into tensorflow-io, so you should be able to use `import tensorflow_io as tfio` and the file system...
@ms-lolo Yes the `import tensorflow_io as tfio` needs to happen inside the python script when tensorboard tries to run tensorflow. I am not very familiar with tensorboard but I would...
@ms-lolo We use Azure Storage CPP SDK (https://github.com/Azure/azure-storage-cpplite) so in theory it conforms to the same methods like python SDK. Can you give it a try, and, in case it...
Thanks @vnvo2409 ! For testing: I have created a PR #1184 which setup the AWS Localstack emulator in GitHub Actions. See https://github.com/tensorflow/io/blob/master/tests/test_aws/aws_test.sh for localstack emulator setup. The test is working...
@vnvo2409 We don't have a hard timeline for it though we are looking at before TF 2.5 release. Since 2.4 is not released yet (likely in several weeks), the TF...
@mihaimaruseac One issue I noticed is that at the moment there is no way to `unload` the existing file systems embedded in TF. For example, if I am trying to...