2nd subter network arch

This commit is contained in:
Jan Kowalczyk
2025-06-17 07:26:03 +02:00
parent 9298dea329
commit bbd093da0c
9 changed files with 248 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
python = ">=3.11,<3.12"
click = "^8.1.7"
matplotlib = "^3.9.0"
numpy = "^2.0.0"
@@ -24,6 +24,7 @@ scipy = "^1.14.0"
seaborn = "^0.13.2"
six = "^1.16.0"
torchscan = "^0.1.2"
torch-receptive-field = {git = "https://github.com/Fangyh09/pytorch-receptive-field.git"}
[build-system]