-
I am trying to use tensorflow serving to serve a keras bert model, but I have problem to predict with rest api, below are informations. Can you please help me to resolve this problem.
# predict out…
-
Title basically says it, I have trained a model using HorovodAllToAllEmbeddings and saved by doingg:
```
de.keras.models.de_save_model(
model,
export_dir,
overwrit…
-
* explore tf serving for radical model
* should we just serve the policy model?
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04
- TensorFlow installation (pip package or built from source): pip
- TensorFlow library (version, …
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.12
### Custom code
Yes
### OS platform and distr…
-
hi,dear,
after Saved the SavedModel according to the [official link](https://github.com/qiaoguan/deep-ctr-prediction/tree/master/official/wide_deep), I used the [tensorflow-model-server](https://gith…
-
I saved the sequential model in Python and I am using it in Java but keep getting this error,
2024-11-18 10:08:07.698839: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is …
-
First off, thanks for all of this work!
I'm following the current README exactly, but when I get to the build phase I encounter this error:
```
$ bazel build -c opt parsey_api/...
ERROR: /Users/bren…
-
tf model server가 요청을 어떻게 처리하는지 파악하기위해 코드를 분석할 필요가 있다.
서버코드는 https://github.com/tensorflow/serving/tree/master/tensorflow_serving/model_servers 여기에 있고 관련된 추가 코드는 https://github.com/tensorflow/tensorfl…
-