Skip to content

Commit 917ad10

Browse files
update index-batching docs
1 parent 05418e0 commit 917ad10

2 files changed

Lines changed: 18 additions & 12 deletions

File tree

docs/source/index.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ PyTorch Geometric Temporal includes support for index-batching - a new batching
1111

1212
.. The package interfaces well with `Pytorch Lightning <https://pytorch-lightning.readthedocs.io>`_ which allows training on CPUs, single and multiple GPUs out-of-the-box. Take a look at this introductory example of using PyTorch Geometric Temporal with Pytorch Lighning.
1313
14-
.. code-block:: latex
15-
16-
>@inproceedings{rozemberczki2021pytorch,
17-
author = {Benedek Rozemberczki and Paul Scherer and Yixuan He and George Panagopoulos and Alexander Riedel and Maria Astefanoaei and Oliver Kiss and Ferenc Beres and and Guzman Lopez and Nicolas Collignon and Rik Sarkar},
18-
title = {{PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models}},
19-
year = {2021},
20-
booktitle={Proceedings of the 30th ACM International Conference on Information and Knowledge Management},
21-
pages = {4564–4573},
22-
}
2314
2415
.. toctree::
2516
:glob:

docs/source/notes/introduction.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,33 @@ Introduction
66

77
Citing
88
=======================
9-
If you find *PyTorch Geometric Temporal* useful in your research, please consider adding the following citation:
9+
10+
If you find *PyTorch Geometric Temporal* and the new datasets useful in your research, please consider adding the following citation of the original work and its more recent extension:
1011

1112
.. code-block:: latex
1213

13-
>@inproceedings{rozemberczki2021pytorch,
14-
author = {Benedek Rozemberczki and Paul Scherer and Yixuan He and George Panagopoulos and Alexander Riedel and Maria Astefanoaei and Oliver Kiss and Ferenc Beres and Guzman Lopez and Nicolas Collignon and Rik Sarkar},
14+
@inproceedings{rozemberczki2021pytorch,
15+
author = {Benedek Rozemberczki and Paul Scherer and Yixuan He and George Panagopoulos and Alexander Riedel and Maria Astefanoaei and Oliver Kiss and Ferenc Beres and and Guzman Lopez and Nicolas Collignon and Rik Sarkar},
1516
title = {{PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models}},
1617
year = {2021},
1718
booktitle={Proceedings of the 30th ACM International Conference on Information and Knowledge Management},
1819
pages = {4564–4573},
1920
}
2021

22+
.. code-block:: latex
23+
24+
@misc{ockerman2025pgtiscalingspatiotemporalgnns,
25+
title={PGT-I: Scaling Spatiotemporal GNNs with Memory-Efficient Distributed Training},
26+
author={Seth Ockerman and Amal Gueroudji and Tanwi Mallick and Yixuan He and Line Pouchard and Robert Ross and Shivaram Venkataraman},
27+
year={2025},
28+
eprint={2507.11683},
29+
archivePrefix={arXiv},
30+
primaryClass={cs.DC},
31+
url={https://arxiv.org/abs/2507.11683},
32+
}
33+
34+
35+
2136
We briefly overview the fundamental concepts and features of PyTorch Geometric Temporal through simple examples.
2237

2338
Data Structures

0 commit comments

Comments
 (0)