Add lec3 examples
This commit is contained in:
parent
d6f0b2a349
commit
0ff44cf26c
BIN
data/-cat.jpg
Normal file
BIN
data/-cat.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
BIN
data/-dog.jpg
Normal file
BIN
data/-dog.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
1209
lec3-1-lenet.ipynb
Normal file
1209
lec3-1-lenet.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
779
lec3-2-alexnet.ipynb
Normal file
779
lec3-2-alexnet.ipynb
Normal file
File diff suppressed because one or more lines are too long
539
lec3-3-transfer-learning.ipynb
Normal file
539
lec3-3-transfer-learning.ipynb
Normal file
File diff suppressed because one or more lines are too long
2062
poetry.lock
generated
2062
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -16,8 +16,27 @@ jupyter = "^1.1.1"
|
||||
numpy = "^1.26.4"
|
||||
pandas = "^2.2.2"
|
||||
matplotlib = "^3.9.2"
|
||||
scikit-learn = "^1.5.2"
|
||||
kagglehub = "^0.3.12"
|
||||
mahotas = "^1.4.18"
|
||||
python-docx = "^1.1.2"
|
||||
spacy = "^3.7.5"
|
||||
ru_core_news_lg = {url = "https://github.com/explosion/spacy-models/releases/download/ru_core_news_lg-3.7.0/ru_core_news_lg-3.7.0-py3-none-any.whl"}
|
||||
gensim = "^4.3.3"
|
||||
bokeh = "^3.7.2"
|
||||
keras = "^3.9.2"
|
||||
jax = "^0.5.3"
|
||||
torch = "^2.7.0"
|
||||
torchaudio = "^2.7.0"
|
||||
torchvision = "^0.22.0"
|
||||
#torch = { version = "^2.7.0+cu128", source = "pytorch-cuda128" }
|
||||
#torchaudio = { version = "^2.7.0+cu128", source = "pytorch-cuda128" }
|
||||
#torchvision = { version = "^0.22.0+cu128", source = "pytorch-cuda128" }
|
||||
|
||||
#[[tool.poetry.source]]
|
||||
#name = "pytorch-cuda128"
|
||||
#url = "https://download.pytorch.org/whl/cu128"
|
||||
#priority = "explicit"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user