selfint / rust-ml

Rust machine learning library
0 stars 0 forks source link

Add training progress indicator to SGD optimize_batch #36

Closed selfint closed 3 years ago

selfint commented 3 years ago

not needed, progress indicator will be in a separate (to be added) train function, similar to the progress indicator in mnist example train loop.