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

Remove `samples`field from `History` #81

Closed lorenzoh closed 3 years ago

lorenzoh commented 3 years ago

It caused issues with models that don't take a vector as input since it assumed so for calculating the batch size.