libffcv / ffcv

FFCV: Fast Forward Computer Vision (and other ML workloads!)
https://ffcv.io
Apache License 2.0
2.8k stars 180 forks source link

ffcv for inference #230

Open msaroufim opened 2 years ago

msaroufim commented 2 years ago

TL;DR

Hi! I work on https://github.com/pytorch/serve and I was interested in exploring optimizing preprocessing for inference.

My main question is can I just use accelerated decoding functions and ops from ffcv and not worry about integrating a custom data format like beton or use a custom data loader?

More context