Skip to content

Utilities for the excellent FastAI library (Training NNs in pyTorch)

Notifications You must be signed in to change notification settings

stjordanis/FastAIUtil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FastAIUtil

Utilities for the excellent FastAI library (Training NNs in pyTorch)

BestValSave and BestLossSave are classes to use as callbacks in fastai library to save the model with the best validation loss or metrics or the best overall loss during one or more runs of fit() to disk.

Using the best validation loss or metrics to determine which model to use for inference is a regularization method.

These classes are especially usefull when optimizing methods for a long time unattended.

About

Utilities for the excellent FastAI library (Training NNs in pyTorch)

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%