-
## 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…
-
dependency:
```
org.tensorflow
tensorflow-core-platform
0.4.1
```
---------------------------
code:
```scala
import org.{tensorflow=>tf}
…
-
## 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…
-
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…
-
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…
-
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…
-
### 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…
-
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…
-
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 …