Skip to content

Releases: LukasHedegaard/continual-inference

Fix ptflops module registration

28 Jan 09:10
1b03111
Compare
Choose a tag to compare

Fixed

  • FLOPs module registration compatibility with ptflops >=v0.6.8.

Upgraded Lambda

13 Dec 18:56
99a01f1
Compare
Choose a tag to compare

Added

  • Call-mode specific functions in co.Lambda

Update Lambda and auto convertible modules

11 Dec 07:51
75321a6
Compare
Choose a tag to compare

Added

  • Support for functor in co.Lambda

Remove

  • nn.LayerNorm from automatically convertible modules

Update auto convertible nn modules

10 Dec 14:45
40d66a7
Compare
Choose a tag to compare

Added nn.LayerNorm to automatically convertible modules

`ParallelDispatch` module, updated prints and minor bugfixes

29 Oct 14:20
89d3d0f
Compare
Choose a tag to compare

Added

  • ParallelDispatch module.
  • Conditional predicate print in __repr__.

Fixed

  • Sequential padding computation.
  • Lambda __repr__ function prints.

Removed

  • CI testing for python v3.6.

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

20 Sep 08:49
c4ae37f
Compare
Choose a tag to compare

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.

Add `forward_shrink` option to `Delay` and `Residual`

14 Sep 13:28
ff66157
Compare
Choose a tag to compare

Added

  • Add forward_shrink option to Delay and Residual.

GPU support and Constant modules

14 Sep 08:38
9aa23ac
Compare
Choose a tag to compare

Added

  • Add Constant.
  • Add Zero.
  • Add One.

Fixed

  • co.ConvXd cuda compatibility.

Add `flatten_state_dict` state variable.

08 Sep 12:19
5aa4ed6
Compare
Choose a tag to compare

Added

  • Add flatten_state_dict state variable.

Removed

  • Debug message for Convolutions with padding.

Fix `call_mode` for `co.Linear`

08 Sep 09:19
f62ec31
Compare
Choose a tag to compare

Fixed

  • call_mode for Linear.