FluxML / FluxTraining.jl

A flexible neural net training library inspired by fast.ai
https://fluxml.ai/FluxTraining.jl
MIT License
118 stars 25 forks source link

Replace `batch` namings with `step` #82

Closed lorenzoh closed 3 years ago

lorenzoh commented 3 years ago

Since the next version will already be breaking, I'm adding this breaking change that renames mentions of batch to step since batching is an implementation detail.

lorenzoh commented 3 years ago

Included in #83