-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Szymon Maszke edited this page Apr 6, 2020
·
23 revisions
torchlambda
allows you to take your PyTorch neural networks to production on AWS Lambda using a few (4
at most) commands.
To jump straight into some model deployment please see the following tutorial: ResNet18 deployment on AWS Lambda.
For reference about specific functionalities see below.
Other projects from the same author supporting/extending PyTorch capabilities:
- torchlayers - Shape inference (like in Keras) for PyTorch + new SoTA layers!
- torchdata - Extend PyTorch's Dataset with map, cache, filter etc. (like tensorfow.data)
- torchfunc - PyTorch functions & utilities to make your deep learning life easier