update: experiments on CIFAR10

This commit is contained in:
2026-02-05 15:01:27 +08:00
parent 9966697a7d
commit 06cc14c47a
10 changed files with 317 additions and 233 deletions

View File

@@ -3,27 +3,19 @@ name = "reproduce"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.13"
dependencies = [
"contourpy==1.3.3",
"cycler==0.12.1",
"filelock==3.20.3",
"fonttools==4.61.1",
"fsspec==2026.1.0",
"jinja2==3.1.6",
"kiwisolver==1.4.9",
"markupsafe==3.0.3",
"matplotlib==3.10.8",
"mpmath==1.3.0",
"networkx==3.6.1",
"numpy==2.4.2",
"packaging==26.0",
"pillow==12.1.0",
"pyparsing==3.3.2",
"python-dateutil==2.9.0.post0",
"setuptools==80.10.2",
"six==1.17.0",
"sympy==1.14.0",
"torch==2.10.0",
"typing-extensions==4.15.0",
"matplotlib>=3.10.8",
"numpy>=2.4.2",
"torch>=2.10.0",
"torchvision>=0.25.0",
]
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu130"
explicit = true
[tool.uv.sources]
torch = { index = "pytorch" }
torchvision = { index = "pytorch" }