-
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/`…
-
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…
-
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…
-
Previously it was working but I guess due to some package dependency the error started coming up.
following is the stack trace
pip install -r contrib/tf_serving/requirements.txt
Collecting Keras…
-
## 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…
-
Thank you for your cppflow lib. I'm integrated this lib in my inference server.
but I encountered some problem.
my model is like this
```
MetaGraphDef with tag-set: 'serve' contains the follo…
-
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 current release of the What-If Tool plugin includes generated Python protos that are incompatible with the 4.x protobuf runtime, leading to this error at startup when the virtual environment only …
-
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…
-
Concise Description:
I'd like to use JAX for distributed training of LLMs. In addition, the new release of Keras supports JAX as a backend in addition to TF.
Describe the solution you'd like
I'd …