Ask HN: What do you use to run ML/DL in prod?
https://news.ycombinator.com/item?id=29702190I know there are several options to serve your ML models in production? Now I'm going through MLOps course from Andrew Ng (https://www.coursera.org/specializations/machine-learning-engineering-for-production-mlops) Theoretical part is wonderful, however part about Tensoflow (TFX, Transform) is really a pain.
So question: - Which stack do you use to serve ML in prod properly - with CI/CD, Monitoring scaling - If you use TF stack, what do you think about it?
Thanks!