io
io copied to clipboard
Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO
Hi all, I would like to ask if any consideration has been made into adding support for Oracle Cloud object storage (i.e. `oci` filesystem). From what I can see, the...
Now you are using python-3.x-slim docker images to build. Tensorflow is buildable in manylinux2014 so would be nice to be able to build tensorflow/io there as well.
trying to compile tfio from source: ``` ARCHFLAGS="-arch x86_64" bazel build -s --verbose_failures $BAZEL_OPTIMIZATION //tensorflow_io/... //tensorflow_io_gcs_filesystem/... ``` getting a ton of 404 errors: ``` WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/googleapis/google-cloud-cpp/archive/v1.21.0.tar.gz failed: class...
``` /usr/bin/ld.gold: error: bazel-out/aarch64-fastbuild/bin/external/libwebp/_objs/libwebp/rescaler_utils.pic.o: multiple definition of 'VP8GetCPUInfo' /usr/bin/ld.gold: bazel-out/aarch64-fastbuild/bin/external/libwebp/_objs/libwebp/webp_dec.pic.o: previous definition here /usr/bin/ld.gold: error: bazel-out/aarch64-fastbuild/bin/external/libwebp/_objs/libwebp/buffer_dec.pic.o: multiple definition of 'VP8GetCPUInfo' /usr/bin/ld.gold: bazel-out/aarch64-fastbuild/bin/external/libwebp/_objs/libwebp/webp_dec.pic.o: previous definition here /usr/bin/ld.gold: error: bazel-out/aarch64-fastbuild/bin/external/libwebp/_objs/libwebp/frame_dec.pic.o: multiple definition...
>>> tensorflow_io.__version__ '0.20.0' >>> tensorflow.__version__ '2.6.0' Code: import os import tensorflow as tf import tensorflow_io. as tfio os.environ[ "TF_AZURE_STORAGE_KEY" ] = "" account_name = "
Anyone know whats the difference? I am getting a significant decrease in a audio classification model performance ( from 90% accuracy to 9%) the moment I switch from tf.audio.decode_wav to...
I installed tensorflow from conda-forge and tensorflow_io with pip. However importing tensorflow_io failed with an error ``` NotImplementedError: unable to open file: libtensorflow_io.so, from paths: ['/data/miniconda/lib/python3.7/site-packages/tensorflow_io/co re/python/ops/libtensorflow_io.so'] caused by: ['/data/miniconda/lib/python3.7/site-packages/tensorflow_io/core/python/ops/libtensorflow_io.so:...
condition: tensorflow: 2.5.0 tensorflow-io: 0.19.0 datasource: kafka 2.1.1 application scenario: online learning When i running the task,i found the error message: E tensorflow_io/core/kernels/kafka_kernels.cc:45] EVENT_THROTTLE: 2ms by ip:port id **** I...
Following issue #982 , if a mp3 file needs to be read from a stream or compressed format (zip, tar, etc), there is no way to obtain the frame rate...
It seems that from certain version of `tensorflow_io`, this storage type can not be accessed. Below are my tests: 0.19.x Not working 0.17.1 Not working, tf==2.4.2 0.17.0 Not working tf==2.4.0...