Update serving doc
This commit is contained in:
parent
837bd6a58f
commit
12dca51115
1 changed files with 8 additions and 3 deletions
|
|
@ -1,13 +1,18 @@
|
|||
# Cluster Serving Example
|
||||
|
||||
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
|
||||
### 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:
|
||||
[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:
|
||||
[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
|
||||
This guide is for users who:
|
||||
|
|
|
|||
Loading…
Reference in a new issue