Releases: tomoleary/hessianlearn
Releases · tomoleary/hessianlearn
v0.2.0
- 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
kera
s workflows than the old way of doing things inhessianlearn
. - 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
This is the initial release of hessianlearn.