Initial commit

This commit is contained in:
2025-12-19 10:11:58 +01:00
commit ccad4e85a9
12 changed files with 417 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Tutorial
## 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