Cargo Features
[dependencies]
scra-mirach-model = { version = "1.0.0", default-features = false, features = ["image", "train", "wgpu", "ndarray", "ndarray-openblas", "libtorch"] }
- default = image
-
The
image
feature is set by default wheneverscra-mirach-model
is added without
somewhere in the dependency tree.default-features = false - image default
-
Enables image
- train
-
Enables metrics and train of burn ^0.14.0
Affects
scra-mirach-model::train
… - wgpu
-
Enables wgpu of burn ^0.14.0
- ndarray
-
Enables ndarray of burn ^0.14.0
- ndarray-openblas
-
Enables openblas of burn ^0.14.0
- libtorch
-
Enables tch of burn ^0.14.0