Model Ensemble Example
Created by: guru4elephant
Take text classification as an example
- train models with CNN/BOW/LSTM encoder with the same text input.
- build a paddle serving service with three models in one service.
- try to parallelize the inference and get the ensemble model score.
- write publishable documents in English and Chinese for this feature.