orca3 / MiniAutoML

Source code for "Enginneering Deep Learning Platforms"
http://mng.bz/GGgN
45 stars 11 forks source link

Fix the prediction-service lab (section 7.2.1) in script lab-006-model-serving-torchserve.sh #38

Open wcAlex opened 2 years ago

wcAlex commented 2 years ago

lab-006-model-serving-torchserve.sh

Currently, the lab in section 7.2.1 can't complete, since the model algorithm name reported in training service is always "intent-classification". We need to figure out a way to register model algorithm to "intent-classification-torch" during model training. So the model can be route to torch serve predictor backend.