Viewing profile — chaoyu_
chaoyu_
HN member- Joined
- Thu, Jun 18, 2015, 6:49 PM UTC
- HN karma
- 5
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About chaoyu_
No profile information was provided.
Recent public activity
- story
-
comment
Comment #35794508
Check out BentoML https://github.com/bentoml
- story
- story
-
comment
Comment #31780097
Most team don't really concern about the security side of things when using pickle for model deployment, more about performance and resource utilization. It works ok for very light…
-
comment
Comment #31772754
Regardless of the architecture, you would still need the model server for online serving use cases. And you’re right that it’s best to decouple the validation/preprocessing logic f…
-
comment
Comment #31772720
Exactly! A vertical solution focused on model serving and deployment would make more sense if it can easily integrate with the ML training platform for CICD
-
comment
Comment #31772700
That’s is true, it would be more accurate to say FastAPI (or any ASGI) framework along is not enough for ML model serving, you need batching and runner for performance. And some ad…