Skip to content

Releases: LukasHedegaard/continual-inference

Fix state_buffer device after clean_state

16 Jun 09:25
7d7f495
Compare
Choose a tag to compare

Fixed

  • Ensure state_buffer remains on the same device after clean_state.

Fix string argument in TransformerEncoderLayerFactory activation

24 May 13:47
87cd5c2
Compare
Choose a tag to compare

Fixed

  • Option to use strings to specify transformer activation.

Torch 2.0 compatibility

24 Mar 08:52
13b1e7d
Compare
Choose a tag to compare

Added

  • Onnx as dev requirement.

Changed

  • Allow torch>=2.0.

Skip module and leading residual

16 Mar 18:36
95e65df
Compare
Choose a tag to compare

Added

  • Skip module.
  • "leading" mode in Residual.

Doc fixed and compatibility updates

15 Mar 12:02
0e7209a
Compare
Choose a tag to compare

### Added

  • Description of state handling to README.

Fixed

  • Documentation formatting for co.Identity() examples.
  • Horovod check for newer pytorch lightning versions.

Enhanced SingleOutputTransformerEncoderLayer and Residual fix

13 Jan 15:26
88fec55
Compare
Choose a tag to compare

### Added

  • query_index argument to SingleOutputTransformerEncoderLayer.

Fixed

  • Residual centred residual and Delay auto_delay forward_step.

Extended normalization support

10 Jan 10:11
8e71ffe
Compare
Choose a tag to compare

### Added

  • Support for GroupNorm and InstanceNorm

Major documentation overhaul

19 Dec 15:20
acd7d86
Compare
Choose a tag to compare

### Added

  • append function to co.Sequential.
  • Production-ready docstrings for public functions.
  • reduce_max to Reduce.

### Changed

  • Rename Unity to Identity to follow torch.nn.
  • Major overhaul of README, improving descriptions and adding benchmark.
  • Major overhaul of docs, improving descriptions and adding benchmark.
  • MHA warnings to only log once.

Removed

  • Unused parameters batch_first and bidirectional for RNN, GRU, and LSTM.

Fix Conditional onnx for single-option config

07 Dec 14:17
75e9418
Compare
Choose a tag to compare

Fixed

  • co.Conditional onnx support for single-option config.

Add missing ONNX support for co.Conditional

07 Dec 10:03
486df58
Compare
Choose a tag to compare

Fixed

  • co.Conditional onnx support.