You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
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 text was updated successfully, but these errors were encountered: