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

Fix lint build failure Signed-off-by: Yong Tang

Hi Im trying to use Tensorflow.io while im learning object detection with this tutorial: https://www.youtube.com/watch?v=yqkISICHH-U&t=9352s and while im training my model I noticed an import of Tensorflow.io but I cannot...

Hello all, when i try to scrap data from a prometheus server, i get the following error. ![image](https://user-images.githubusercontent.com/110383973/183688109-93987960-7f9c-415b-af8b-b1b22db43d7f.png) ![image](https://user-images.githubusercontent.com/110383973/183688416-410e19a7-8dff-4c24-8cd4-fbb33cb0731d.png)

I Added a ArrowS3Dataset, this dataset could be used to deal parquet files on s3.

Dear TensorFlow-io team and community, are there any plans for adding support for arm64 machines? I use a M1 mac and I'm not able to install the wheel. Anyone who's...

enhancement
feature

I recently installed tensorflow io on my M1 Mac in an arm64 conda environment. the install worked fine, and I'm able to import tensorflow and tensorflow io, but for some...

In S3 filesystem, [virtual style is disabled](https://github.com/tensorflow/io/blob/master/tensorflow_io/core/filesystems/s3/s3_filesystem.cc#L173) for a corner case that '.' in the bucket name. But the deprecation of path style will [come eventually](https://aws.amazon.com/cn/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/), and for some S3...

Hello I am new to machine learning and trying to do the dog vs cat CNN example. Perhaps my example code is for Keras 1.0? I am not sure. But...

I have a video(.mp4) data, and I want to load it as 'Image-Super-Resolution' dataset using following code, but I get error. ```python import tensorflow as tf import tensorflow_io as tfio...

feature
contribution welcome