keras2c
keras2c copied to clipboard
float vs double
Hello,
Because it is possible to use keras in python with double precision keras.backend.set_floatx('float64') , will you insert a option to create model.c, model.h and model_test.c with double precision ?
Thank you, Julien
The last commit on this project was 2y ago and there are PR with no response. If you want to use it I suggest to replace all "float" by the type you need using a script after the .c generation.