Skip to content

Commit 25be758

Browse files
committed
docs working now
1 parent 4d56993 commit 25be758

2 files changed

Lines changed: 20 additions & 14 deletions

File tree

docs/cite.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
Cite
22
====
33

4-
Please cite our `paper <https://arxiv.org/abs/2201.12433>`_ (and the respective papers of the methods used) if you use this code in your own work::
4+
Please cite our `paper <https://arxiv.org/abs/2410.06340>`_ (and the respective papers of the methods used) if you use this code in your own work::
55

6-
@article{yao2023fedgcn,
7-
title={FedGCN: Convergence-Communication Tradeoffs in Federated Training of Graph Convolutional Networks},
8-
author={Yao, Yuhang and Jin, Weizhao and Ravi, Srivatsan and Joe-Wong, Carlee},
9-
journal={Advances in Neural Information Processing Systems (NeurIPS)},
10-
year={2023}
11-
}
6+
@article{yao2024fedgraph,
7+
title={FedGraph: A Research Library and Benchmark for Federated Graph Learning},
8+
author={Yao, Yuhang and Li, Yuan and Fan, Xinyi and Li, Junhao and Liu, Kay and Jin, Weizhao and Ravi, Srivatsan and Yu, Philip S and Joe-Wong, Carlee},
9+
journal={arXiv preprint arXiv:2410.06340},
10+
year={2024}
11+
}
12+
@article{yao2023fedgcn,
13+
title={FedGCN: Convergence-Communication Tradeoffs in Federated Training of Graph Convolutional Networks},
14+
author={Yao, Yuhang and Jin, Weizhao and Ravi, Srivatsan and Joe-Wong, Carlee},
15+
journal={Advances in Neural Information Processing Systems (NeurIPS)},
16+
year={2023}
17+
}

docs/sg_execution_times.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Computation times
88
=================
9-
**02:11.421** total execution time for 4 files **from all galleries**:
9+
**02:41.936** total execution time for 4 files **from all galleries**:
1010

1111
.. container::
1212

@@ -33,14 +33,14 @@ Computation times
3333
- Time
3434
- Mem (MB)
3535
* - :ref:`sphx_glr_tutorials_FGL_LP.py` (``../tutorials/FGL_LP.py``)
36-
- 01:32.812
36+
- 01:57.128
3737
- 0.0
3838
* - :ref:`sphx_glr_tutorials_FGL_NC_HE.py` (``../tutorials/FGL_NC_HE.py``)
39-
- 00:21.875
40-
- 0.0
41-
* - :ref:`sphx_glr_tutorials_FGL_GC.py` (``../tutorials/FGL_GC.py``)
42-
- 00:08.598
39+
- 00:23.158
4340
- 0.0
4441
* - :ref:`sphx_glr_tutorials_FGL_NC.py` (``../tutorials/FGL_NC.py``)
45-
- 00:08.136
42+
- 00:11.369
43+
- 0.0
44+
* - :ref:`sphx_glr_tutorials_FGL_GC.py` (``../tutorials/FGL_GC.py``)
45+
- 00:10.281
4646
- 0.0

0 commit comments

Comments
 (0)