Is there a way to use the MNIST example *without* having it trying to download Python & fill out a venv? #1470
Replies: 3 comments 4 replies
-
Hmmm this should have been fixed, we changed our MNIST dataset to use the raw data instead of pulling from HuggingFace datasets (which required a python env) in #1176. Are you seeing an error? |
Beta Was this translation helpful? Give feedback.
-
I just realized though we forgot to change a paragraph in the book with that change.
The bolded part is not true anymore. Will fix. /edit: see PR #1471 |
Beta Was this translation helpful? Give feedback.
-
Resolved by update. Glad I could point out the documentation thing. Updating to latest commit fixes issue. |
Beta Was this translation helpful? Give feedback.
-
I am using the ndarray backend, which should be pure Rust, no?
The command is:
cargo run --example mnist --release --features ndarray
Beta Was this translation helpful? Give feedback.
All reactions