File size: 172 Bytes
e92f76f | 1 2 3 4 5 6 7 8 9 10 | [package]
name = "lw-lgm"
version = "0.1.0"
edition = "2021"
description = "Latent-to-Waveform Linear Geometric Map (LW-LGM)"
[dependencies]
ndarray = "0.15"
rand = "0.8"
|
e92f76f | 1 2 3 4 5 6 7 8 9 10 | [package]
name = "lw-lgm"
version = "0.1.0"
edition = "2021"
description = "Latent-to-Waveform Linear Geometric Map (LW-LGM)"
[dependencies]
ndarray = "0.15"
rand = "0.8"
|