Yong Tang
Yong Tang
I think builtin acme support would be a nice feature. Depending on the environment the share persistent storage could be easily available. For example NFS is available in may IT...
I think this PR can wait for 1.10 as it is a fairly big change.
@kyamagu There is still one test that is failing on macOS: https://github.com/tensorflow/io/blob/master/tests/test_ffmpeg.py#L89 It might be still related to the thread safety issue though.
> Any chance we could add this build to our CI ? @vnvo2409 I think adding `asan` will be very helpful to CI. At least it might be able to...
@Jeverett3000 Great to see you are trying to add `SECURITY.md` to the repo. Though it looks like `SECURITY.md` you are adding is too generic. Can you update a little so...
@RuhuaJiang Is the performance disparity happens only when feature columns number very large (e.g., 180 as mentioned), or it happens even when the feature columns number small (like 1-5)?
@redmlr In order to get M1 support I think we needs 1. The M1 version of the tensorflow package (https://github.com/tensorflow/tensorflow/issues/44751 provides a way to build tensorflow on M1, though no...
@redmlr The tensorflow-io package will need to be re-compiled for all functionalities to work. Though if you are only looking for functions that does not requires C++ code (only need...
@redmlr With PR #1302 in you can build the wheel with: ``` python3 setup.py -q bdist_wheel ``` The wheel file will be located under `dist` directory. You can then install...