add torchscan for summary and receptive field (wip)

This commit is contained in:
Jan Kowalczyk
2025-06-04 09:45:24 +02:00
parent 3a0f35f21d
commit 3538b15073
5 changed files with 189 additions and 10 deletions

View File

@@ -23,6 +23,7 @@ scikit-learn = "^1.5.0"
scipy = "^1.14.0"
seaborn = "^0.13.2"
six = "^1.16.0"
torchscan = "^0.1.2"
[build-system]