Skip to content

Instantly share code, notes, and snippets.

@Steboss89
Created August 12, 2022 15:44
Show Gist options
  • Save Steboss89/3cb4e014d93ff3fddaa227b67bf0a497 to your computer and use it in GitHub Desktop.
Save Steboss89/3cb4e014d93ff3fddaa227b67bf0a497 to your computer and use it in GitHub Desktop.
Cargo dependencies for all our projects
[package]
name = "simple_neural_networks"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tch = "0.8.0"
mnist = {version = "0.5.0", features = ["download"]}
ndarray = "0.15.6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment