Skip to content

2022-03-26

Compare
Choose a tag to compare
@mariogeiger mariogeiger released this 26 Mar 17:58
· 784 commits to main since this release

Added

  • IrrepsData can be given as argument of spherical_harmonics
  • added broadcasting of IrrepsData, elementwise_tensor_product, FullyConnectedTensorProduct, full_tensor_product

Changed

  • BatchNorm supports None
  • BatchNorm supports change default value of eps from 1e-5 to 1e-4
  • gate change default odd activation to (1 - exp(x^2)) * x

Full Changelog: 0.4.2...0.4.3