Skip to content

1.0.7

Latest
Compare
Choose a tag to compare
@gbaydin gbaydin released this 27 Mar 12:06
· 65 commits to dev since this release
c8674e7

New

  • flatten and unflatten operations now also flatten/unflatten the reverse mode adjoints of the tensors involved
  • scatter operation
  • det operation (determinant)
  • dsharp.argmax and dsharp.argmin

Changes

  • Update to dotnet 6.0 and F# 6.0, support indexing with expr[idx] among other improvements
  • Tensor .parents is now called .ancestors
  • Improvements in DiffSharp.Model design and API, e.g., .children, .descendants
  • Improve nllLoss and gather performance
  • Improve Model to string representation

Bug fixes

  • Fixed bug in combining unweighted items in Empirical distributions