Yong Tang

Results 144 comments of Yong Tang

@colorful-ocean Which Linux distribution(e.g., Ubuntu/CentOS) are you using and what is the version (16.04/18.04/20.04)?

@colorful-ocean The mp4 decoding on Windows is not supported yet. It may not be very difficult on Windows, as the easiest path might be through MediaFoundation which seems to be...

@abhishekthanki Our implementation matches `skimage.color.rgb2lab` (as was shown in the test): https://github.com/tensorflow/io/blob/master/tests/test_color.py#L127 If this is different from the standard we can update the implementation as needed. We may need a...

@SebBaeck @spike-h This is likely caused by version mismatch of tensorflow-io vs. tensorflow when C++ kernel ops is used. We maintain backward compatibility for file system ops (C API) but...

@SebBaeck Can you try 2.7.0+0.23.0, or 2.8.0+0.24.0?

@MemoonaTahira Are you encountering the issue on Windows only? I tried but didn't encounter the same issue on Linux.

The tensorflow-io will need to have .so file complied from C++ code in order for file system plugins to work. But in order to compile C++ code it will need...

@ZaibanAli @[sun1638650145](https://github.com/sun1638650145) My recent M1 laptop is having a firmware issue and is with apple repair now. I may only be able to take a look at building tensorflow-io after...

I am able to get my M1 laptop back. However, while I successfully installed tensorflow_macos, during the bazel build the following issues popping up: ``` ERROR: /private/var/tmp/_bazel_yongtang/c33235605c366b16ba32c7f8a25ff251/external/local_config_cc/BUILD:48:19: in cc_toolchain_suite rule...

The only difference I can see, is that I haven't installed XCode (only use command line tools). I can try install xcode.