Ukjae Jeong
Ukjae Jeong
I found this while searching how to use `tfa.image.rotate`. I tried this using `tensorflow==2.6.0` and `tensorflow-addons==0.14.0` but I cannot reproduce this issue. colab link: https://colab.research.google.com/drive/1MsywxouFx2Ikfh0nO-svjgeYgePdBarB?usp=sharing
@qxzhou1010 Same problem here. I solved this issue by using develop branch. You can check diff in this link (https://github.com/nmslib/hnswlib/compare/develop).
This is a very old issue, but I leave a comment for other people. DataFlow job can be named by `job_name` parameter. (https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#python_4) Example) ```python pipeline.Pipeline( ... beam_pipeline_args=[ ... "--runner=DataflowRunner",...
Is there any progress here?
@mihaimaruseac Thanks for your response :) But I think that makes sense in python environment. To fix this issue, maybe tensorflow-io should be linked in bazel or c++ code level....
@grantstephens Hi, I stored required protobuf files and scripts to get proto files for TF-Serving 2.7 APIs in [this repository](https://github.com/jeongukjae/tensorflow-serving-apis-proto). And I wrote a sample client code with golang for...
@singhniraj08 Thank you for your help :) I was able to find the related code and understand it, but I think it would be even more helpful if this argument...
Hi everyone. I tried to build TensorFlow Serving with an S3 filesystem implemented in TensorFlow IO, and it was successful. Here are the codes to build them and docker images....
@singhniraj08 I wrote a PR for this issue https://github.com/tensorflow/serving/pull/2152 I think those patches are enough for this. Can you review that?