-
## Feature Request
### Describe the problem the feature is intended to solve
For now, TensorFlow Serving doesn't export build information for Prometheus. If tf serving exports metrics like [prom…
-
I create my data set with tf.data.experimental.make_batched_features_dataset, where numerical data are passed as float, categorical data as integer and vocabs as string.
For serving, I create the spe…
-
**Describe the bug**
The batch size used for each consumer is determined by the batch size of the model run by the consumer. The `GrpcModelWrapper.get_batch_size` in `grpc_clients.py` to determine th…
-
I'm training BERT for NER fine-tuning (starting from [this](https://github.com/kyzhouhzau/BERT-NER) example) using the estimator `TPUEstimator`. This normally works ok. When adding the [BestExporter](…
-
I can't use s3 (minio) with TensorFlow serving version (2.8->2.9) on Docker.
It gets an error:
```bash
Failed to start the server. Error: UNIMPLEMENTED: File system scheme 's3' not implemented (fi…
-
Thank you for submitting a feature request. **Before proceeding, please review MLflow's [Issue Policy for feature requests](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md#feature-req…
-
`dotnet` compilation fails on mono, verified on OSX and Linux:
```
▶ dotnet build samples/mnist
Microsoft (R) Build Engine version 15.3.409.57025 for .NET Core
Copyright (C) Microsoft Corporatio…
-
OS version: CentOS7
tfserving version: [tensorflow/serving:2.10.0-gpu](https://hub.docker.com/layers/tensorflow/serving/2.10.0-gpu/images/sha256-183724e62d47acc5b9fa93ddbcb7eeedbfb0ead28cbe2a0a6e5fa2…
-
我用如下代码导出DeepFM模型,但是发现freeze_model_dir/variables为空,请问应该如何导出DeepFM的pb模型?
`def freeze_model(self):
freeze_model_dir = "freeze_model_dir"
save_dir = 'checkpoints/'
save_path …
-
I would like to export BERT feature extraction for use via tensorflow serving.
Following what has been done here: https://github.com/bigboNed3/bert_serving, I modified `extract_features.py` by addi…