Release 0.6.0
Compatible with TensorFlow 2.4 - 2.11
Changed
LMUFeedforward
can now be used with unknown sequence lengths, andLMU
will useLMUFeedforward
for unknown sequence lengths (as long as the other conditions are met, as before). (#52)- Allow
input_to_hidden=True
withhidden_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)