12 lines
357 B
Markdown
12 lines
357 B
Markdown
# Tutorial
|
|
## Pytorch 60min Blitz
|
|
https://docs.pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html
|
|
## Python CNN image classification from with jupyter, torch, torchvision and pillow
|
|
from https://youtu.be/CtzfbUwrYGI?si=09iwSO4S5DtaAl4G
|
|
|
|
# Notes
|
|
## Register venv at jupyter lab
|
|
pip3 install ipykernel
|
|
python3 -m ipykernel install --user --name=.venv
|
|
|