Release 0.6.0
Compatible with TensorFlow 2.4 - 2.11
Changed
LMUFeedforwardcan now be used with unknown sequence lengths, andLMUwill useLMUFeedforwardfor unknown sequence lengths (as long as the other conditions are met, as before). (#52)- Allow
input_to_hidden=Truewithhidden_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)