clarahoffmann / pycon-2023-honey-i-broke-the-pytorch-model

Streamlit app for "Honey, I broke the PyTorch model" - Talk @ PyCon & PyData 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Honey, I broke the PyTorch model

๐Ÿฏ๐Ÿ˜Šโ›๏ธ๐Ÿ๐Ÿ”ฅ๐Ÿงฎ

Talk at PyCon.DE & PyData Berlin 2023

alt text

Are you ready to lift the veil from your broken PyTorch model and prevent it from ever breaking again? This presentation covers strategies to

  1. Create synthetic data for your custom ML model and
  2. Setup an adequate test suite to speed up your ML dev process

To run the streamlit app, follow the steps below:

1. Set-up

Activate the poetry environment

poetry shell

and run the presentation

streamlit run Home.py

The presentation should now be available in a new browser tab

alt text

2. PyTorch examples

All PyTorch code is contained in pages/torch_examples

3. Sources & further reading

Testing in ML

Post-training checks

For other bugs and better performance

About

Streamlit app for "Honey, I broke the PyTorch model" - Talk @ PyCon & PyData 2023


Languages

Language:Python 95.0%Language:Shell 5.0%