Live data from Hacker News

Viewing profile — chaoyu_

chaoyu_

HN member
Joined
Thu, Jun 18, 2015, 6:49 PM UTC
HN karma
5
Public activity
8 items

About chaoyu_

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #35794508

    Check out BentoML https://github.com/bentoml

  3. story
  4. story
  5. 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…

  6. 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…

  7. 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

  8. 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…