Skip to content

Release 0.3.1

Compare
Choose a tag to compare
@drasmuss drasmuss released this 16 Nov 21:52

Changed

  • Raise a validation error if hidden_to_memory or input_to_hidden are True when hidden_cell=None. (#26)

Fixed

  • Fixed a bug with the autoswapping in keras_lmu.LMU during training. (#28)
  • Fixed a bug where dropout mask was not being reset properly in the hidden cell. (#29)