Could I directly obtain the traning and testing plots with the CNN

Hi all
Recently I attempt to use the CNN module(TMVA_CNN_Classification.C) to try some image classification missions.I wonder that if the TMVA package could directly output some specific training and testing process plots in GUI pad.Such as the plots regarding errors rate versus epoch number,the accuracy rate versus epoch number. Thanks so much!

Hi,

Yes, TMVA creates some training history plots showing the training and validation error vs epoch numbers. These are histograms that are saved in the output files and they can be visualised with the GUI ( button (8) Training History ).
You can also take the histograms yourself form the file, see as example the code:

Best regards

Lorenzo