Yong Tang
Yong Tang
@BryanCutler That would be great 👍 ! I will try to see if I can help as well.
Thanks @seanpmorgan @BryanCutler . By looking at https://github.com/conda-forge/tensorflow-feedstock it looks like tensorflow-feedstock repo is not well maintained. The last update was 09/30/2019 which is 3 months old. Wondering if there...
Thanks @xhochy. Not very familiar with conda recipes/feedstock but I will try to take a look.
Created a working in progress PR https://github.com/conda-forge/tensorflow-feedstock/pull/101 Still too many issues to build. One dependency is the Bazel. When building Bazel gcc version is old. need more time to moving...
After several fixes, the windows and OS X build in https://github.com/conda-forge/tensorflow-feedstock/pull/101 are managed to run. However, it looks like after some time, there is no output anymore. (OS X timed...
I gave another try with conda-forge recently https://github.com/conda-forge/staged-recipes/pull/10913 unfortunately still face lots of confusion issues. Will have to see if they could be done later.
@gabrielctn @chrissype Because tensorflow/io needs to carry the shared objects built by Bazel and located in a separate directory (`bazel-bin`), the setup.py has to create a temporarily directory, copy both...
@caubekimo Can you show the steps you used to install python, tensorflow, tensorflow-io? I am not familiar with rapidsai's docker image. When I give it a try, the tensorflow is...
@LinGeLin I can see you are a contributor to the repo though it is not showing up in Contributors' graph map yet. Maybe there is a lag in GitHub updating...
@LinGeLin It looks like some symbols are missing. Can you apply the following two commits https://github.com/tensorflow/io/pull/1700/commits/01a671e723c6c6c4449672117ea06011705c8668 and https://github.com/tensorflow/io/pull/1700/commits/5ab9e2b66585a6252aea4afcba80bf3e675fc25c (or just copy the https://github.com/tensorflow/io/blob/5ab9e2b66585a6252aea4afcba80bf3e675fc25c/third_party/arrow.BUILD file). I think this will solve most...