io icon indicating copy to clipboard operation
io copied to clipboard

Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO

Results 231 io issues
Sort by recently updated
recently updated
newest added

Hello, We (@maartenbreddels and I) are attempting to use `tensorflow_io.arrow` to feed arrow data to a tensorflow Estimator, and are encountering issues when the input features are of type string....

feature

This is more or less a request from https://github.com/tensorflow/tensorflow/issues/18250#issuecomment-622265251 In tensorflow/io, a wider range of image formats have been added. Though it is still not possible to wire up those...

**Describe the bug:** just import modules bellow ``` import tensorflow as tf import tensorflow_io as tfio ``` and the Traceback is: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in...

## System information - TensorFlow version (you are using): 2.4 - Are you willing to contribute it (Yes/No): Yes ## Describe the feature and the current behavior/state. **Currently**: [tf.data.TFRecordDataset](https://www.tensorflow.org/api_docs/python/tf/data/TFRecordDataset) supports...

- TensorFlow version 2.4.1 Support VersionId argument in s3_file_system operations like reading (currently this is not supported by tensorflow even though it is supported by the underlying aws sdk). I...

enhancement

Hello, I'm trying to use the `rgb_to_lab` function ([doc](https://www.tensorflow.org/io/api_docs/python/tfio/experimental/color/rgb_to_lab)) but I have found that the range of values different from the standard. The range of values for L is 0-100...

Now the following sample code will fail with error: "File system scheme 'oss' not implemented" ` from tensorflow.io import gfile # import tensorflow_io.oss

Hi I am trying to use the tfio.audio.resample and afterwards use the tf.image.resize on the spectogram of the resampled audio to change the resolution. However, tf.image.resize needs a shape which...

Following #1410, I was checking ffmpeg ops with TSAN build on mac. I observe two warnings from the following test: ```python def test_ffmpeg_decode_video_thread(): """test_ffmpeg_decode_video_thread""" def _decode(video_path): content = tf.io.read_file(video_path) video...