Files
2026-07-13 12:45:29 +08:00

19 lines
335 B
TOML

[package]
name = "wgan"
version = "0.22.0-pre.1"
edition.workspace = true
[lints]
workspace = true
[features]
flex = ["burn/flex"]
tch-cpu = ["burn/tch"]
tch-gpu = ["burn/tch"]
wgpu = ["burn/wgpu"]
cuda = ["burn/cuda"]
[dependencies]
burn = { workspace = true, features=["default", "train", "vision"] }
image = { workspace = true }