learner used instead of manual version

This commit is contained in:
Priec
2026-03-13 21:52:37 +01:00
parent f6b9d79062
commit 8fc8addcac
8 changed files with 835 additions and 203 deletions

View File

@@ -4,10 +4,11 @@ version = "0.1.0"
edition = "2024"
[dependencies]
burn = { version = "0.20.1", default-features = false, features = ["ndarray", "train"] }
burn = { version = "0.20.1", default-features = false, features = ["ndarray", "std", "train"] }
burn-autodiff = "0.20.1"
burn-ndarray = "0.20.1"
clap = { version = "4.5.60", features = ["derive"] }
ndarray = "0.17.2"
npyz = { version = "0.8.4", features = ["npz"] }
serde = { version = "1.0.228", features = ["derive"] }
zip = { version = "8.2.0", features = ["deflate"] }