burn-modules 0.1.1

Generic Burn modules
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "burn-modules"
version = "0.1.1"
edition = "2021"
description = "Generic Burn modules"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# burn = {git = "https://github.com/tracel-ai/burn.git", branch="main", features = ["train", "wgpu", "vision"]}
burn = "0.14.0"
serde = "1.0.210"