Common utilities for MatConvNet, which includes:
- findBestCheckpoint - function to rank and prune network checkpoints saved during training (useful for saving space automatically at the end of a training run)
The module is easiest to install with the vl_contrib
package manager:
vl_contrib('install', 'mcnUtils', 'contribUrl', 'github.com/albanie/matconvnet-contrib-test/') ;
vl_contrib('setup', 'mcnUtils', 'contribUrl', 'github.com/albanie/matconvnet-contrib-test/') ;