feat: CNN model start + rude concept of training
This commit is contained in:
parent
d6c8bf4a13
commit
947aba31ee
6 changed files with 383 additions and 1 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Reference in a new issue