I am writing an application for ANPR. Is part of the neural network training: https://github.com/sploid/plate_recognition/blob/recog_sym_by_nn/train_neural_network/main.cpp
- line 246 : training chars
- line 247 : training numbers
If I interchange the line, I get different results. I do not have static variables and all variables are created on the stack. Why am I getting these strange results?