An open API service indexing awesome lists of open source software.

https://github.com/agnostiqhq/tutorials_covalent_mlops_2022

Covalent tutorial for MLOps 2022
https://github.com/agnostiqhq/tutorials_covalent_mlops_2022

covalent covalent-tutorial distributed-computing hpc ml ml-tutorial mlops pytorch

Last synced: 3 months ago
JSON representation

Covalent tutorial for MLOps 2022

Awesome Lists containing this project

README

          

# MLOps 2022 Covalent demo

 

Repository contains two examples of how `covalent` can be used to run your workflows:

1. [`sample_workflow.ipynb`](./sample_workflow.ipynb):
- Contains a very simple workflow of adding and multiplying large numbers with a dependency graph and executing these different functions on different hardware backends.

2. [`pytorch_workflow.ipynb`](./pytorch_workflow.ipynb):
- Contains a slightly modified version of image classification tutorial by [Pytorch](https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html) and its execution on different backends.