2
2
3
3
__ A Python library for Continual Inference Networks in PyTorch__
4
4
5
- [ Quick-start] ( #quick-start ) •
6
- [ Docs] ( https://continual-inference.readthedocs.io ) •
7
- [ Principles] ( #library-principles ) •
5
+ [ Quick-start] ( https://continual-inference.readthedocs.io/en/latest/generated/README.html #quick-start) •
6
+ [ Docs] ( https://continual-inference.readthedocs.io/en/latest/generated/README.html ) •
7
+ [ Principles] ( https://continual-inference.readthedocs.io/en/latest/generated/README.html #library-principles) •
8
8
[ Paper] ( https://arxiv.org/abs/2204.03418 ) •
9
- [ Examples] ( #composition-examples ) •
10
- [ Modules] ( #module-library ) •
11
- [ Model Zoo] ( #model-zoo-and-benchmarks ) •
12
- [ Contribute] ( CONTRIBUTING.md ) •
13
- [ License] ( LICENSE )
9
+ [ Examples] ( https://continual-inference.readthedocs.io/en/latest/generated/README.html #composition-examples) •
10
+ [ Modules] ( https://continual-inference.readthedocs.io/en/latest/common/modules.html ) •
11
+ [ Model Zoo] ( https://continual-inference.readthedocs.io/en/latest/generated/README.html #model-zoo-and-benchmarks) •
12
+ [ Contribute] ( https://continual-inference.readthedocs.io/en/latest/generated/ CONTRIBUTING.html ) •
13
+ [ License] ( https://github.com/LukasHedegaard/continual-inference/blob/main/ LICENSE)
14
14
15
15
<div >
16
16
<a href =" https://pypi.org/project/continual-inference/ " style =" display :inline-block ;" >
@@ -19,7 +19,7 @@ __A Python library for Continual Inference Networks in PyTorch__
19
19
<a href =" https://badge.fury.io/py/continual-inference " style =" display :inline-block ;" >
20
20
<img src="https://badge.fury.io/py/continual-inference.svg" height="20" >
21
21
</a >
22
- <a href =" https://continual-inference.readthedocs.io/en/latest/?badge=latest " style =" display :inline-block ;" >
22
+ <a href =" https://continual-inference.readthedocs.io/en/latest/generated/README.html " style =" display :inline-block ;" >
23
23
<img src="https://readthedocs.org/projects/continual-inference/badge/?version=latest" alt="Documentation Status" height="20"/>
24
24
</a >
25
25
<a href =" https://pepy.tech/project/continual-inference " style =" display :inline-block ;" >
0 commit comments