modern-fortran / neural-fortran

A parallel framework for deep learning
MIT License
395 stars 82 forks source link

Make HDF5 optional #186

Closed milancurcic closed 1 week ago

milancurcic commented 1 month ago

It's a tedious dependency to build with across compilers and is only used for input from Keras models which not many users need. Put HDF5 code behind CPP macros and make it optional at build time.

milancurcic commented 1 week ago

Done by #188. Keras HDF5 adapter is now in https://github.com/neural-fortran/nf-keras-hdf5.