lab1 done

This commit is contained in:
filnow 2024-03-19 19:22:03 +01:00
parent b2898beec2
commit a138789064
3 changed files with 268 additions and 0 deletions

2
.gitignore vendored
View File

@ -9,6 +9,8 @@
profile_default/
ipython_config.py
/train/
/test/
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/

262
lab1.ipynb Normal file

File diff suppressed because one or more lines are too long

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
matplotlib==3.8.3
numpy==1.26.4
torch==2.2.1
torchvision==0.17.1