Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleKnowledge Base Migration

The CSCS Knowledge Base has been migrated to a new site docs.cscs.ch

The documentation on this page has been migrated to docs.cscs.ch/guides/mlp_tutorials/

The information on this page is out of date, and all new documentation will be written on the new site.

This tutorial will guide you through the steps required to set up a PyTorch container and do ML inference. This means that we load an existing machine learning model, prompt it with some custom data, and run the model to see what output it will generate with our data.

...