feat: CNN model start + rude concept of training

This commit is contained in:
Robin Meersman 2025-11-07 23:17:29 +01:00
parent d6c8bf4a13
commit 947aba31ee
6 changed files with 383 additions and 1 deletions

View file

@ -5,5 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy>=2.3.4",
"optuna>=4.5.0",
"torch>=2.9.0",
]