Skip to content

v8.0.14: New activation functions, bug fixes and more

Compare
Choose a tag to compare
@danieldk danieldk released this 14 Mar 08:16

✨ New features and improvements

🔴 Bug fixes

  • Fix issue #552: Do not backpropagate Inf/NaN out of PyTorch layers when using mixed-precision training.
  • Fix issue #578: Correctly cast the threshold argument of CupyOps.mish and correct an equation in Ops.backprop_mish.
  • Fix issue #587: Correct invariant checks in CategoricalCrossentropy.get_grad.
  • Fix issue #592: Update murmurhashrequirement.
  • Fix issue #594: Do not sort positional arguments in Config.

⚠️ Backwards incompatibilities

  • The out keyword argument of Ops.mish and Ops.backprop_mish is replaced by inplace for consistency with other activations.

📖Documentation and examples

👥 Contributors

@adrianeboyd, @andrewsi-z, @danieldk, @honnibal, @ines, @Jette16, @kadarakos, @kianmeng, @polm, @svlandeg, @thatbudakguy