Surpris / rs-deep

Library for deep learning in Rust
MIT License
3 stars 0 forks source link

download the mnist dataset automatically if it does not exist #13

Open Surpris opened 1 month ago

Surpris commented 1 month ago

This library works under the presumption that the mnist dataset exists in the ./data folder. This becomes easier if the data is automatically downloaded if it does not exist.

Surpris commented 1 month ago

This issue should be solved after issue #11 since this library is not up to date