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

Add `phase` arg to `Metric` #93

Closed lorenzoh closed 2 years ago

lorenzoh commented 2 years ago

This allows running a specfic metric only during specific phases of training. For example, you may want to evaluate an expensive metric only on the validation set. Closes #84