Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@tbekolay tbekolay released this 05 May 19:42
· 12 commits to main since this release

Compatible with TensorFlow 2.4 - 2.11

Changed

  • LMUFeedforward can now be used with unknown sequence lengths, and LMU will use LMUFeedforward for unknown sequence lengths (as long as the other conditions are met, as before). (#52)
  • Allow input_to_hidden=True with hidden_cell=None. This will act as a skip connection. (#52)
  • Changed order of LMU states so that the LMU memory state always comes first, and any states from the hidden cell come afterwards. (#52)

Fixed

  • Fixed errors when setting non-default dtype on LMU layers. (#52)