Skip to content
Szymon Maszke edited this page Mar 25, 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

  • Installation

  • Commands

    • settings
    • scheme
    • deploy
    • model
  • YAML settings file reference

  • C++ scheme source code reference

  • Tutorials

    • Simple deployment
    • Using binary support

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