Hacker News new | past | comments | ask | show | jobs | submit login
Tensorflow 2.0 Inference on Google Cloud Functions (cloud.google.com)
65 points by ryfeus on July 16, 2019 | hide | past | favorite | 3 comments



We are using Google's related Cloud Run product to do this and have found that, like Cloud Functions, these serverless offerings are a fantastic way to evaluate models in production.

We prefer Cloud Run because it allows us to use docker containers rather than language-specific APIs. We are already using containers for developing and training these models, so it fits nicely in to our workflow.


What's the performance like? Isn't cloud run limited in terms of CPU cores?


Link to the repo with code and libs https://github.com/ryfeus/gcf-packs




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: