modern-fortran / neural-fortran

A parallel framework for deep learning
MIT License
403 stars 83 forks source link

HDF5 adapter #42

Closed milancurcic closed 2 years ago

milancurcic commented 2 years ago

Implement an HDF5 reader in support of Keras and PyTorch models.

scivision/h5fortran seems a good candidate for a high-level HDF5 API.

milancurcic commented 2 years ago

We now have minimal building blocks to read HDF5 files in src/nf/io/nf_io_hdf5.f90.