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 whenever scra-mirach-model is added without default-features = false somewhere in the dependency tree.

image default

Enables image

train

Enables metrics and train of burn

Affects scra-mirach-model::train

wgpu

Enables wgpu of burn

ndarray

Enables ndarray of burn

ndarray-openblas

Enables openblas of burn

libtorch

Enables tch of burn