cvicenie 3 hotove

This commit is contained in:
Priec
2026-03-12 22:06:29 +01:00
parent b0778cfe69
commit f6b9d79062
4 changed files with 2102 additions and 128 deletions

View File

@@ -4,7 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
burn = { version = "0.20.1", default-features = false, features = ["ndarray"] }
burn = { version = "0.20.1", default-features = false, features = ["ndarray", "train"] }
burn-autodiff = "0.20.1"
burn-ndarray = "0.20.1"
clap = { version = "4.5.60", features = ["derive"] }
ndarray = "0.17.2"