pytorch / serve

Serve, optimize and scale PyTorch models in production
https://pytorch.org/serve/
Apache License 2.0
4.22k stars 860 forks source link

Accept image data in MNIST cpp example instead of .pt file #2929

Open mreso opened 9 months ago

mreso commented 9 months ago

🚀 The feature

currently we only accept .pt file

Motivation, pitch

requires less steps to try it out + image compression on transfer

Alternatives

No response

Additional context

No response

mreso commented 9 months ago

follow up to https://github.com/pytorch/serve/pull/2913/