Skip to content

1.3.0

Compare
Choose a tag to compare
@nedtaylor nedtaylor released this 13 Mar 19:30
· 24 commits to main since this release
0d3f02b

Added

  • batchnorm1d_layer_type (handles both 1D spatial channel data and rank 0 channel data)
  • base_layer submodule file
  • network submodule file
  • Added comments to network and base_layer procedure interfaces

Changed

  • Improved comment and headers in all source files
  • Improved comments in all test source files
  • Added interfaces within base_layer submodules for ease of readability
  • Added interfaces within network submodules for ease of readability
  • Moved methods of base_layer into submodule
  • Moved methods of network into submodule

Fixed

  • Remove reference to doc/ directory
  • Fixed typo in example library
  • Fixed example/mnist/src/main.f90 using wrong constants module
  • Fixed cmake isntall path prefix duplication issue

Removed

  • Deprecate and remove step_decay and lr_reduce_on_plateau procedures

Full Changelog: 1.2.4...1.3.0