orca3 / MiniAutoML

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

Update orca3/intent-predictor and orca3/intent-classification image to have latest model architecture changes #32

Closed wcAlex closed 2 years ago

wcAlex commented 2 years ago

Found a few issues when running lab scripts:

  1. Missing training image pulling in the lab setup script
  2. the orca3 docker repository is not up-to-date
  3. TorcheServe handler doesn't have latest architecture.

Here are the fixes for issue 1 and 3 -- https://github.com/orca3/MiniAutoML/pull/31 Let's update the predictor and training image in the orca3 repo after merging above PR.