-
Notifications
You must be signed in to change notification settings - Fork 4
Add Validation to training
haberlmatt edited this page Apr 14, 2020
·
1 revision
PreprocessValidation.py ~/validationimages ~/validationlabels ~/validationdata
PreprocessTrainingData.py ~/trainingimages ~/traininglabels ~/AugTrData
runtraining.sh --validation_dir ~/validationdata/ --numiterations 50000 ~/AugTrData ~/trained_networkRun PlotValidation on the log folder of each model
PlotValidation.m ~/trained_network/1fm/logThis will create plots of loss and accuracy and save them as .pdf in the same log folder.