neural-fortran-0.10.0
This release introduces get_num_params
, get_params
, and set_params
methods to network
and layer
derived types, and allow you to more easily get and set network hyperparameters from custom Fortran code or other libraries. See the example to learn how it works.
Thanks to Christopher Zapart @jvo203 for this feature contribution.
What's Changed
- Fix CMake build by @milancurcic in #110
- Get set network parameters by @milancurcic in #111
Full Changelog: v0.9.0...v0.10.0