Skip to content

1.1.0

Compare
Choose a tag to compare
@Holt59 Holt59 released this 26 Feb 18:45
· 331 commits to master since this release
843a30c

This version add new features:

  • InvertibleDownSampling and InvertibleUpSampling
  • multiclass extension of the HKR loss

It also contains the multiple fixes for:

  • bug with L2NormPooling
  • bug with vanilla_export
  • bug with tf.function annotation causing incorrect Lipschitz constant in Sequential (for constant others than 1).

Breaking changes:

  • the true_values parameter has been removed in binary HKR as both (1, -1) and (1,0) are handled automatically.