Good morning,
My team and I have been working for over 3 years now on a deep learning framework for LabVIEW called HAIBAL. “Modified by moderator”
This framework, as its name suggests, allows you to run deep learning models under LabVIEW.
We have adopted the H5 format and we have even made our framework compatible with the importation of Keras H5 models.
I would now like to be able to save in H5 Keras to allow my users complete intercompatibility between our frameworks. My problem is that I can’t find anywhere the details of the structure and data format used by Keras for H5 files.
For the moment we have just done some reverse engineering to be able to read the H5 Keras and convert them into our format.
Where can you find this H5 Keras documentation? Today we do not have all the parameters per layer offered by Keras and we can offer parameters that are specific to us but I would like to be able to save my models in H5 Keras with the parameters common to our framework. My problem is knowing the exact formatting layer by layer and the arrangement of parameters.
Thanks for your help,
Youssef
“Modified by moderator”
#general-discussion