-
tf 1.13
tfp 0.6
ubuntu 18.04
Trying to save a Bayesian neural net in a way that can be run in production using either the java or c++ api. I've tried
`save_keras_model(model,
…
-
**env**
win10
python3.6
bert-serving-client/server 1.9.7
tensorflow 1.14.0
**and i got this:**
E:\Software\Python3.6.5\Scripts>bert-serving-start -model_dir ./uncased_L-12_H-768_A-12/ -num_worke…
-
Use volumes as mount points for tf-serving config files and tf models.
-
**Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [ ] Are you running the latest `bert-as-service`?
* [ ] Did you follow [the installation](https://github.com/hanxiao/bert-as-…
-
**System information**
- I have written custom code (described below)
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Attempted on Google Colab and Intel Macbook Pro i7
- TensorFlow.js i…
-
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…
-
## 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…
-
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…
-
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(
…