Lab 1 CIFAR10 initial done
This commit is contained in:
parent
671e8d40e6
commit
c75e27a36e
6 changed files with 414 additions and 0 deletions
31
lab1-pytorch-cifar10/requirements.txt
Normal file
31
lab1-pytorch-cifar10/requirements.txt
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
black==23.1.0
|
||||
certifi==2022.12.7
|
||||
charset-normalizer==3.0.1
|
||||
click==8.1.3
|
||||
colorama==0.4.6
|
||||
contourpy==1.0.7
|
||||
cycler==0.11.0
|
||||
fonttools==4.38.0
|
||||
idna==3.4
|
||||
importlib-resources==5.12.0
|
||||
kiwisolver==1.4.4
|
||||
matplotlib==3.7.0
|
||||
mypy-extensions==1.0.0
|
||||
numpy==1.24.2
|
||||
packaging==23.0
|
||||
pandas==1.5.3
|
||||
pathspec==0.11.0
|
||||
Pillow==9.4.0
|
||||
platformdirs==3.0.0
|
||||
pyparsing==3.0.9
|
||||
python-dateutil==2.8.2
|
||||
pytz==2022.7.1
|
||||
requests==2.28.2
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
torch==1.13.1+cu117
|
||||
torchvision==0.14.1+cu117
|
||||
tqdm==4.64.1
|
||||
typing_extensions==4.5.0
|
||||
urllib3==1.26.14
|
||||
zipp==3.15.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue