Continual Inference: A Library for Efficient Online Inference with Deep Neural Networks in PyTorch

Lukas Hedegaard,Alexandros Iosifidis
DOI: https://doi.org/10.1007/978-3-031-25082-8_2
2022-04-07
Abstract:We present Continual Inference, a Python library for implementing Continual Inference Networks (CINs) in PyTorch, a class of Neural Networks designed specifically for efficient inference in both online and batch processing scenarios. We offer a comprehensive introduction and guide to CINs and their implementation in practice, and provide best-practices and code examples for composing complex modules for modern Deep Learning. Continual Inference is readily downloadable via the Python Package Index and at \url{<a class="link-external link-http" href="http://www.github.com/lukashedegaard/continual-inference" rel="external noopener nofollow">this http URL</a>}.
Machine Learning,Artificial Intelligence
What problem does this paper attempt to address?