-
Notifications
You must be signed in to change notification settings - Fork 10
Add Validation to training
Chris Churas edited this page May 14, 2018
·
3 revisions
PreprocessValidation.m ~/validationimages ~/validationlabels ~/validationdata
runtraining.sh --validation_dir ~/validationdata/ --numiterations 50000 ~/augmentedtraining/ ~/trained_network
Run PlotValidation on the log folder of each model
PlotValidation.m ~/trained_network/1fm/log
This will create plots of loss and accuracy and save them as .pdf in the same log folder.