retest implemented and fixed missing center in save data

This commit is contained in:
Jan Kowalczyk
2025-07-01 17:22:29 +02:00
parent 24c6771576
commit 4863b91127
6 changed files with 189 additions and 1307 deletions

View File

@@ -1,32 +1,29 @@
[tool.poetry]
[project]
name = "deep-sad-pytorch"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.2.1",
"cvxopt>=1.3.2",
"cycler>=0.12.1",
"joblib>=1.5.1",
"kiwisolver>=1.4.8",
"matplotlib>=3.10.3",
"numpy>=2.3.1",
"pandas>=2.3.0",
"pillow>=11.2.1",
"pyparsing>=3.2.3",
"python-dateutil>=2.9.0.post0",
"pytz>=2025.2",
"scikit-learn>=1.7.0",
"scipy>=1.16.0",
"seaborn>=0.13.2",
"six>=1.17.0",
"torch-receptive-field",
"torchscan>=0.1.1",
]
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
click = "^8.1.7"
matplotlib = "^3.9.0"
numpy = "^2.0.0"
pandas = "^2.2.2"
cvxopt = "^1.3.2"
cycler = "^0.12.1"
joblib = "^1.4.2"
kiwisolver = "^1.4.5"
pillow = "^10.3.0"
pyparsing = "^3.1.2"
python-dateutil = "^2.9.0.post0"
pytz = "^2024.1"
scikit-learn = "^1.5.0"
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]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.uv.sources]
torch-receptive-field = { git = "https://github.com/Fangyh09/pytorch-receptive-field.git" }