Skip to content
Szymon Maszke edited this page Apr 6, 2020 · 23 revisions

Quickstart

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.

Table Of Contents

Related projects

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