Created
August 12, 2022 15:44
-
-
Save Steboss89/3cb4e014d93ff3fddaa227b67bf0a497 to your computer and use it in GitHub Desktop.
Cargo dependencies for all our projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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