How to save a convnet checkpoint with batchNormalizationLayer
3 views (last 30 days)
Show older comments
I found trainMean and trainVariance of the batchnormalizationLayer are both empty for convnet_checkpoints saved using trainNet and trainOption('CheckpointPath', 'somepath'). This brings the problem that when I try to calculated validation error from a saved checkpoint, it will give the error saying the network is not trained.
Is there some way to set the trainOption so that trainMean and trainVariance will be saved?
0 Comments
Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!