18 lines
382 B
TOML
18 lines
382 B
TOML
[package]
|
|
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "custom-training-loop"
|
|
publish = false
|
|
version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
burn = { workspace = true, features = ["autodiff", "webgpu", "vision"] }
|
|
guide = { path = "../guide" }
|
|
|
|
# Serialization
|
|
log = { workspace = true }
|