Releases: LukasHedegaard/continual-inference
Releases · LukasHedegaard/continual-inference
Release list
Fix ptflops module registration
Fixed
- FLOPs module registration compatibility with ptflops >=v0.6.8.
Upgraded Lambda
Added
- Call-mode specific functions in
co.Lambda
Update Lambda and auto convertible modules
Added
- Support for functor in
co.Lambda
Remove
nn.LayerNormfrom automatically convertible modules
Update auto convertible nn modules
Added nn.LayerNorm to automatically convertible modules
`ParallelDispatch` module, updated prints and minor bugfixes
Added
ParallelDispatchmodule.Conditionalpredicate print in__repr__.
Fixed
- Sequential
paddingcomputation. Lambda__repr__function prints.
Removed
- CI testing for python v3.6.
Receptive field, Phantom padding, Reshape, Lambda update and various fixes
Added
- Added
phantom_paddingtoResidual. - Added
receptive_fieldproperty. - Added
Reshapemodule.
Changed
- Rename
forward_shrinkargument toauto_shrinkinDelay. - Torch requirement to v1.9.
- Replace
Lambdaunsqueeze_step with takes_time and new default to False.
Fixed
paddingproperty in sequence.delayproperty in sequence.strictmode inload_state_dict.
Removed
- Assertion error in
BroadcastReducefor modules with different delays.
Add `forward_shrink` option to `Delay` and `Residual`
Added
- Add
forward_shrinkoption toDelayandResidual.
GPU support and Constant modules
Added
- Add
Constant. - Add
Zero. - Add
One.
Fixed
co.ConvXdcuda compatibility.
Add `flatten_state_dict` state variable.
Added
- Add
flatten_state_dictstate variable.
Removed
- Debug message for Convolutions with padding.
Fix `call_mode` for `co.Linear`
Fixed
call_modeforLinear.