Update serving doc

This commit is contained in:
Song Jiaming 2022-01-07 10:20:58 +08:00 committed by GitHub
parent 837bd6a58f
commit 12dca51115

View file

@ -1,13 +1,18 @@
# Cluster Serving Example # Cluster Serving Example
There are some examples provided for new user or existing Tensorflow user. There are some examples provided for new user or existing Tensorflow user.
## Quick Start Example
Following is the recommended quick start example to transfer a local Keras application to Cluster Serving.
[keras-to-cluster-serving-example](https://github.com/intel-analytics/BigDL/blob/branch-2.0/docs/readthedocs/source/doc/Serving/Example/keras-to-cluster-serving-example.ipynb)
## End-to-end Example ## End-to-end Example
### TFDataSet: ### TFDataSet:
[l08c08_forecasting_with_lstm.py](https://github.com/intel-analytics/bigdl/tree/master/docs/docs/ClusterServingGuide/OtherFrameworkUsers/l08c08_forecasting_with_lstm.py) [l08c08_forecasting_with_lstm.py](https://github.com/intel-analytics/bigdl/blob/branch-2.0/docs/docs/ClusterServingGuide/OtherFrameworkUsers/l08c08_forecasting_with_lstm.py)
### Tokenizer: ### Tokenizer:
[l10c03_nlp_constructing_text_generation_model.py](https://github.com/intel-analytics/bigdl/tree/master/docs/docs/ClusterServingGuide/OtherFrameworkUsers/l10c03_nlp_constructing_text_generation_model.py) [l10c03_nlp_constructing_text_generation_model.py](https://github.com/intel-analytics/bigdl/tree/master/blob/branch-2.0/ClusterServingGuide/OtherFrameworkUsers/l10c03_nlp_constructing_text_generation_model.py)
### ImageDataGenerator: ### ImageDataGenerator:
[transfer_learning.py](https://github.com/intel-analytics/bigdl/tree/master/docs/docs/ClusterServingGuide/OtherFrameworkUsers/transfer_learning.py) [transfer_learning.py](https://github.com/intel-analytics/bigdl/blob/branch-2.0/docs/docs/ClusterServingGuide/OtherFrameworkUsers/transfer_learning.py)
## Model/Data Convert Guide ## Model/Data Convert Guide
This guide is for users who: This guide is for users who: