feat: first training attempt

It still sucks. I'm sure the the feature embedding is terribly wrong.
This commit is contained in:
2026-07-29 22:25:15 +02:00
parent c31507a2cb
commit dcb46ec908
5 changed files with 476 additions and 3 deletions
+4 -1
View File
@@ -8,7 +8,10 @@ authors = [
]
requires-python = ">=3.12"
dependencies = [
"torch"
"torch",
"numpy",
"pandas",
"loguru"
]
[project.scripts]