Skip to content

Receptive field, Phantom padding, Reshape, Lambda update and various fixes

Compare
Choose a tag to compare
@LukasHedegaard LukasHedegaard released this 20 Sep 08:49
· 270 commits to main since this release
c4ae37f

Added

  • Added phantom_padding to Residual.
  • Added receptive_field property.
  • Added Reshape module.

Changed

  • Rename forward_shrink argument to auto_shrink in Delay.
  • Torch requirement to v1.9.
  • Replace Lambda unsqueeze_step with takes_time and new default to False.

Fixed

  • padding property in sequence.
  • delay property in sequence.
  • strict mode in load_state_dict.

Removed

  • Assertion error in BroadcastReduce for modules with different delays.