-
Hello,
I'm trying to upload a model generated with TFRanking (32Mb) to BigQuery which I saved like this:
```python
signatures = {
'serving_default':
make_keras_tft_serving_fn(
…
-
dependency:
```
org.tensorflow
tensorflow-core-platform
0.4.1
```
---------------------------
code:
```scala
import org.{tensorflow=>tf}
…
-
## Bug Report
Does Tensorflow Serving support XLA compiled SavedModels ? or am I doing something wrong ?
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: [D…
-
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…
-
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…
-
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/`…
-
## 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…
-
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…
-
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…
-
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…