We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5209591 commit f8ec6bdCopy full SHA for f8ec6bd
Cargo.toml
@@ -53,13 +53,13 @@ libc = "0.2"
53
num = "0.4.0"
54
lazy_static = "1.0"
55
half = "1.5.0"
56
-mnist = {version="0.5.0", features = ["download"]}
57
serde = { version = "1.0", features = ["derive"], optional = true }
58
59
[dev-dependencies]
60
61
serde_json = "1.0"
62
bincode = "1.3"
+mnist = {version="0.5.0", features = ["download"]}
63
64
[build-dependencies]
65
0 commit comments