io
io copied to clipboard
Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO
Fixed `rgb_to_ycbcr()` and `ycbcr_to_rgb()` not clipping to [0, 255], creating visual artifacts. This is particularly noticeable when converting from one color space to the other and then back to the...
I know this might be very similar to https://stackoverflow.com/questions/49092527/illegal-instructioncore-dumped-tensorflow where the hardware does not support AVX so we either 1) use old version of tensorflow or 2) build tensorflow without...
Using S3 file system with C++ API in Tensorflow.
As TF 2.10 release is out, we are trying to release 0.27.0. Here is the list of items: - [x] Bump version string to 0.27.0 in tensorflow_io/python/ops/version_ops.py, a bot will...
I have looked through all of the formal descrptions. My output says my tensorflow-io verison I have installed is from version 27, while the required install of the tensorflow-io-gcs-filesystem is...
Hi, In our organisation, we have many S3 buckets with our data. Currently, with TensorFlow IO, to the best of my knowledge, it is only possible to load credentials and...
Hi TF team We found OSSFileSystem does not working and throws exception like below `ERROR tests/test_ossfs.py::OSSFSTest::test_dir_operations - tensorflow.python.framework.errors_impl.UnimplementedError: File system scheme 'oss' not implemented` `ERROR tests/test_ossfs.py::OSSFSTest::test_file_operations - tensorflow.python.framework.errors_impl.UnimplementedError: File system...
Hi, I have a time series dataset consisting of multiple parquet files. Each parquet file is a time series itself. I used IOTensor as follows to open a file: ```python...
I have constructed a test case that uses tfio.IODataset.from_parquet to read some data and it is **much** slower when reading from GCS compared to local files. That includes the time...