Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@jonasrauber jonasrauber released this 15 Jan 13:30
· 253 commits to master since this release

New Features

  • added support for automatic differentation of arbitrary functions that take and return EagerPy tensors
    • value_and_grad (function and method)
    • value_aux_and_grad (function and method)
    • value_and_grad_fn (function)
  • added crossentropy
  • improved the __repr__() shown for EagerPy tensors
  • other improvements and bug fixes