Skip to content

Commit 647af25

Browse files
Move Co3d ref in README
1 parent 0e99683 commit 647af25

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,13 @@ inception_module = co.Parallel(
266266
```
267267

268268

269+
For additional full-fledged examples of complex Continual Inference Networks, see:
270+
271+
- [Continual 3D](https://github.com/LukasHedegaard/co3d)
272+
<!-- - [Continual Skeletons](https://github.com/LukasHedegaard/continual-skeletons) -->
273+
274+
275+
269276
## Compatibility
270277
The library modules are built to integrate seamlessly with other PyTorch projects.
271278
Specifically, extra care was taken to ensure out-of-the-box compatibility with:
@@ -274,13 +281,6 @@ Specifically, extra care was taken to ensure out-of-the-box compatibility with:
274281
- [ride](https://github.com/LukasHedegaard/ride)
275282

276283

277-
## Projects
278-
For full-fledged examples of complex Continual Inference Networks, see:
279-
280-
- [Continual 3D](https://github.com/LukasHedegaard/co3d)
281-
<!-- - [Continual Skeletons](https://github.com/LukasHedegaard/continual-skeletons) -->
282-
283-
284284
## Citations
285285
This library
286286
```bibtex

0 commit comments

Comments
 (0)