[TMultiLayerPerceptron] Neural Network exported is &#823

Hello. I exported my Perceptron as following :

my_perceptron->Export("my_NN") ;

And I use it as following :

my_NN instance ; output = instance.Value(0, entries_tab) ;
But the executable file is stucked at the line output=… Could you help me please ?

When I try in CINT, with the proper args, it’s working fine. Thank you very much.

Solved. It was not due to my neural network. Please I’m sorry.