h5fortran error #159
Replies: 1 comment 1 reply
-
Hi Emilio, I don't know why this happens. It seems to occur in the following section of h5fortran: Can you open an issue about this on https://github.com/geospace-code/h5fortran and specify your environment details, specifically: OS, C and Fortran compilers and versions, HDF5 version. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I recently came across neural-fortran, and it seems to be exactly what I need. I'm interested in using neural networks built in python with Keras, load them and use them in a Fortran-based numerical model (WAVEWATCH III), so a big thank you for making this available to everyone!
I followed the steps for the installation with CMake, and it all seems to work well. I'm able to get the tests in the build/bin directory. I can execute
simple
,sine
,dense_mnist
,cnn_mnist
, but notdense_from_keras
orcnn_from_keras
which are the ones I'm more interested in. I'm getting this error:I didn't install h5fortran myself, I assumed this would be done automatically, and I see a
h5fortran.mod
in build/include.I'm really a beginner with Fortran, so this is probably a silly issue, but if anyone can point me in the right direction here to try and solve this, that would be much appreciated! :)
Cheers,
Emilio
Beta Was this translation helpful? Give feedback.
All reactions