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

Internal callback changes #65

Closed lorenzoh closed 3 years ago

lorenzoh commented 3 years ago

This PR includes internal changes to callback and callback state:

It also includes SmoothLoss(beta) a metric of the loss with exponential weight.

Moelf commented 2 years ago

SmoothLoss has no example not tests