Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] fastai-Serving: running containerized inference with fastai models

Code: fastai-serving repo

We’ve been experimenting with some Fast AI models recently for our remote sensing work. Unfortunately, we ran into a lot of issues when trying to deploy those models on large-scale inference jobs (specifically running land-classification on big satellite imagery datasets). This fastai-serving repo is meant to solve this in a way that mimics the TF Serving approach/API. Namely, it helps you package a trained model within a small Docker image (running a mini server) so you can make prediction requests via REST POST requests.

We’re working on expanding the functionality (and are very receptive to any help!). For anyone who’s running inference on large image sets, we usually spin up multiple of these these inference-ready images and run large batch predictions with our open chip-n-scale pipeline.

submitted by /u/wronk17
[link] [comments]