Hello everyone,
I have seen on the Flux page that one can save Flux pretrained neural models in .bson files quite easily.
Yet, I want to use these models in a fortran code and so far the most pertinent ways to do this seems to be using fortran codes such as neural-fortran or FKB that enable to import neural networks saved in a HDF5 format, that would be generated when saving pretrained models with keras.
Is there a way to save Julia’s Flux pretrained models in the same format as keras?
Thank you for your answers
Gonzague Radureau