Skip to content
Szymon Maszke edited this page Mar 28, 2020 · 23 revisions

Start

To test deployment of example PyTorch model onto AWS Lambda please see Example deploy section in README.md.

For reference about commands etc. 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