-
Hi!
Could you please add `tensorflow_serving` [protobufs](https://github.com/tensorflow/serving/tree/master/tensorflow_serving/apis) to the Go package as well? They depend on the `tensorflow/core/`…
-
To start the server from tf-encrypted/examples/notebooks/serving/Server.ipynb
This line hangs tf.Session.reset(sess.targe t)
and the server is not able to accept connections from client running…
-
## TL;DR
This issue contains code samples how to save a TensorFlow Ranking model with a custom signature that does not require the input data to be wrapped within [ExampleListWithContext](https://g…
-
dependency:
```
org.tensorflow
tensorflow-core-platform
0.4.1
```
---------------------------
code:
```scala
import org.{tensorflow=>tf}
…
-
Your documentation [mentions](https://ydf.readthedocs.io/en/latest/#:~:text=and%20TensorFlow%20Records.-,Serving,-Benchmark%20model%20inference) :
> Run models in Python, C++, Go, JavaScript, and C…
-
Can you please help me to productionize the model, here the difficulty I have faced
1. TF serving with ngnix (recommended) : Because it store model in pickle file so not sure how to provide pickl…
-
I defined a model using Tensorflow 2 with a Model Sublassing API on Python
```python
class BiLSTMModel(tf.keras.Model):
def __init__(self, lstm_dims):
super().__init__()
sel…
-
### What happened?
Got
```
tensorflow/compiler/mlir/tensorflow/transforms/xla_cluster_formation.cc:74] no entry function is found
```
when trying to import a keras model
### Steps to reproduce y…
-
Hi guys,
I've been trying to package the model and deploy with Tensorflow Serving for a while following examples from #316 #615. Thanks to all of you there (@xolott, @Cecilwang, @dingqs447, @viveka…
-
The last official ScaNN TF Serving Docker image is [v2.11.0](https://hub.docker.com/layers/google/tf-serving-scann/2.11.0/images/sha256-dbbaeb571883546ca6ea9f7eeba58917a030ae8f7ff0bf1a814fa68b3ded4e55…