2nd subter network arch
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user