libfann / fann

Official github repository for Fast Artificial Neural Network Library (FANN)
GNU Lesser General Public License v2.1
1.59k stars 380 forks source link

FANN Error 3: Wrong version of configuration file #146

Open lazy-dude opened 1 year ago

lazy-dude commented 1 year ago

Hi,

I want to use FANN fixed mode for running. But I receive this error:

FANN Error 3: Wrong version of configuration file, aborting read of configuration file "example_fixed.net".

At beginning of saved files:

"example_fixed.net" FANN_FIX_2.0

"example_float.net" FANN_FLO_2.1

Is there a way to correct it ?