Skip to content

Minor release: Jacobian generator now raises an Exception when using batch norm in training mode instead of silently failing

Compare
Choose a tag to compare
@tfjgeorge tfjgeorge released this 10 Feb 21:44
· 206 commits to master since this release

This minor releases makes sure that users are aware of the fact that we currently do not support batch norm in training mode. Prior releases would instead silently fail, without telling the user that the returned objects are likely wrong.