davidMcneil / mnist

MNIST data set parser https://crates.io/crates/mnist
20 stars 9 forks source link

Use `log` instead of `println` #14

Closed Sufflope closed 10 months ago

Sufflope commented 12 months ago

I would like the library to use log, to be able to suppress the messages by configuring log level.