-
I am referring to [this tutorial](https://github.com/bentoml/BentoML/blob/master/examples/tf-keras-fashion-mnist/tf-keras-fashion-mnist-classification.ipynb) on FashionMNIST classification with tf-ker…
-
-
**Describe the bug**
I created a deployment, service and ingress following the example in BentoML/examples/deploy-with-kubernetes/
(by the way the service-with-ingress.yaml contains an error. the se…
-
Hi @parano and @yubozhao. I hope you are doing well.
I was wondering if you have planned of enabling the users to customize the name of API handlers. As far as I know, the current version allows f…
-
Hi there. Here's my packaging code:
```python
%%writefile text_classification_service.py
import pandas as pd
from tensorflow import keras
from sklearn.preprocessing import LabelEncoder
from skle…