Continual-inference

Latest version: v1.2.3

Safety actively analyzes 681874 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

1.0.0

Added
- ONNX compatibility to all library modules!
- `co.onnx.export` function mirroring `torch.onnx.export`.
- purely functional `_forward_step` function to all modules.
- `_state_shape` and `_dynamic_state_inds` properties to modules.
- Add about info to package root.

Changed
- Change call_mode internally from enum to tensor.
- Change internal state_indexes to tensors.
- Change stride to tuple.
- Change padding to tuple.

 Fixed
- Fix assertion bug in co.Lambda.

 Removed
- TensorPlaceholder in favour of `None`.

0.17.1

Added
- Missing part on Continual Transformers in README.

Removed
- Conv cpp impl.

0.17.0

Added
- Citations for Continual Inference lib paper.
- Docs.
- Automatic conversion for RNN modules.
- Continual Transformer modules, including:
- `RecyclingPositionalEncoding`
- `RetroactiveMultiheadAttention`
- `SingleOutputMultiheadAttention`
- `SingleOutputTransformerEncoderLayer`
- `RetroactiveTransformerEncoderLayer`
- `TransformerEncoderLayerFactory`
- `TransformerEncoder`

0.16.0

Added
- "lagging" option for shrink in `co.Delay` and `co.Residual`.
- `co.RNN`.
- `co.LSTM`.
- `co.GRU`.

Changed
- `phantom_padding` renamed to `residual_shrink`.

0.15.6

Fixed
- Missing cpp file in package.

0.15.5

Added
- CoConv step impl in C++.

Page 3 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.