burn/crates
Paul Wagener c1b61033f4
Fix compile for dataset crate with vision feature (#2228)
This fixes the compile error when burn is compiled with only the `dataset` and `vision` feature enabled

burn = { default-features = false, features = ["dataset", "vision"] }
2024-09-01 17:03:37 -04:00
..
burn Bump burn version to 0.15.0 2024-08-27 15:13:40 -04:00
burn-autodiff Bump burn version to 0.15.0 2024-08-27 15:13:40 -04:00
burn-candle Bump burn version to 0.15.0 2024-08-27 15:13:40 -04:00
burn-common Make compatible with thumbv6m-none-eabi + add raspberry pi pico example (#2096) 2024-08-23 07:39:39 -04:00
burn-core Update huber.rs (#2232) 2024-09-01 16:31:07 -04:00
burn-cuda Bump burn version to 0.15.0 2024-08-27 15:13:40 -04:00
burn-dataset Fix compile for dataset crate with vision feature (#2228) 2024-09-01 17:03:37 -04:00
burn-derive Fix module derive with generics (#2127) 2024-08-08 16:24:51 -04:00
burn-fusion Bump burn version to 0.15.0 2024-08-27 15:13:40 -04:00
burn-import Avoid 0 denominator in interpolate frac (#2224) 2024-09-01 16:37:32 -04:00
burn-jit Avoid 0 denominator in interpolate frac (#2224) 2024-09-01 16:37:32 -04:00
burn-ndarray Avoid 0 denominator in interpolate frac (#2224) 2024-09-01 16:37:32 -04:00
burn-no-std-tests Refactor xtask to use tracel-xtask and refactor CI workflow (#2063) 2024-08-28 15:57:13 -04:00
burn-tch Bump burn version to 0.15.0 2024-08-27 15:13:40 -04:00
burn-tensor Avoid 0 denominator in interpolate frac (#2224) 2024-09-01 16:37:32 -04:00
burn-tensor-testgen Fix Cargo.toml repository links (#1749) 2024-05-09 15:40:05 -04:00
burn-train Don't panic when the progress is > 1.0 (#2229) 2024-09-01 16:33:25 -04:00
burn-wgpu Bump burn version to 0.15.0 2024-08-27 15:13:40 -04:00
onnx-ir Improve ONNX import tensor shape tracking (#2213) 2024-08-29 14:06:30 -04:00