Hacker News new | ask | show | jobs
by pplonski86 2771 days ago
How big is your model (neural network)? How many RAM you need to load the model? How big are images?

Do you need a website running (same pages with html)? Or just need API to the model?

1 comments

Size of model is unclear at the moment, but will likely need 4 gigs or RAM or so?

We will only be doing inference with this particular app, the training on another machine.

Images will vary based on what users upload, but larger ones a couple GBs.

Would be ideal to have a website running, to be user friendly and present all of this.

Looks like AWS lambda can be too small for the job.

Have you checked https://www.tensorflow.org/serving/ ?