-
Use volumes as mount points for tf-serving config files and tf models.
-
I want to use onsets_frames_transcription for serving, but the preprocessing of the audio example proto is related to the data.provide_batch, and it returns a dataset object. How to export the model c…
-
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(
…
-
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…
-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
Yes
### Source
binary
### Tensorflow Version
2.10.0
### Custom Code
Yes
### OS Platform and Distribut…
-
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…
-
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…
-
## 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…
-
## 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…
-
### 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…