FluxML / FluxTraining.jl

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

`accuracy` doesn't work with `DataLoader` #131

Open Moelf opened 2 years ago

Moelf commented 2 years ago

since there's an example of using accuracy in Metric, it probably:

  1. should be documented
  2. should be made working with either learner or (model, dataloader)