Skip to content

Releases: tomoleary/hessianlearn

v0.2.0

15 Dec 01:02
9f5c3bc
Compare
Choose a tag to compare
  • In this release a problem class was created in order to extract loss function and metrics from a compiled tf.keras.Model.
  • This way of doing things is much more compatible with keras workflows than the old way of doing things in hessianlearn.
  • Additionally the new kerasModelProblem class can handle multi-input and multi-output networks.
  • This version creates more flexibility with passing optimizers into the model wrapper that handles training.

Initial release

16 Mar 18:23
f0cdbaf
Compare
Choose a tag to compare

This is the initial release of hessianlearn.