Cambridge-ICCS / fortran-ml-bridge-hackathon

Code and examples on directly calling Tensorflow / Pytorch / Keras ML models from Fortran.
MIT License
0 stars 3 forks source link

Need test that generated Fortran object can be linked with the TF-fortran library #3

Open SimonClifford opened 2 years ago

SimonClifford commented 2 years ago

This is a bigger issue that might be addressed in steps. The generated code needs to be able to allow a simple program to load and infer from a model.

SimonClifford commented 2 years ago

We now have this locally but not in CI.