You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*PyTorch Geometric Temporal* is a temporal (dynamic) extension library for [PyTorch Geometric](https://github.com/rusty1s/pytorch_geometric).
@@ -53,7 +56,7 @@ We provide in-depth case study tutorials in the [Documentation](https://pytorch
53
56
**Citing**
54
57
55
58
56
-
If you find *PyTorch Geometric Temporal* and the new datasets useful in your research, please consider adding the following citation:
59
+
If you find *PyTorch Geometric Temporal* and the new datasets useful in your research, please consider adding the following citation of the orignal work and its more recent extension:
57
60
58
61
```bibtex
59
62
@inproceedings{rozemberczki2021pytorch,
@@ -63,6 +66,20 @@ If you find *PyTorch Geometric Temporal* and the new datasets useful in your res
63
66
booktitle={Proceedings of the 30th ACM International Conference on Information and Knowledge Management},
64
67
pages = {4564–4573},
65
68
}
69
+
70
+
```
71
+
72
+
```bibtex
73
+
@misc{ockerman2025pgtiscalingspatiotemporalgnns,
74
+
title={PGT-I: Scaling Spatiotemporal GNNs with Memory-Efficient Distributed Training},
75
+
author={Seth Ockerman and Amal Gueroudji and Tanwi Mallick and Yixuan He and Line Pouchard and Robert Ross and Shivaram Venkataraman},
0 commit comments