Oh-PyTorch¶
The PyTorch solutions for numpy-100 exercises.
Note the source jupyter notebook is in here: docs/100-PyTorch-Exercises.ipynb.
Get Started¶
If you want to run it¶
- Install uv
- Clone the project
- Run
uv sync --all-extras --dev
- Run
jupyter lab
- Open
docs/100-PyTorch-Exercises.ipynb
and run it