Dear tmva users,
I have trained DNN model using TMVA with ROOT6.20version.The model can application normally with ROOT6.18. But when I run it with ROOT6.20,the output is all zeros! I am extremely perplexed as to why changing the ROOT version would result in the same program being unable to produce the correct output.
This my model and Application code model.zip (1.1 MB) pion.C (6.2 KB) pionTrain.root (62.1 KB)
Sorry for the late reply. I can confirm the problem and investigate it. It might be that we have deprecated the DNN method in TMVA in favour of the DL method, and this caused a problem evaluating old model. I will investigate this further.
I have updated your weight file to work with the DL method. I attached here, in case you cannot re-train the method. This produces the same result as using 6.18