Skip to content

Commit bfd6561

Browse files
authored
center tables (#42)
1 parent 6b82f19 commit bfd6561

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PolyGraph is a Python library for evaluating graph generative models by providin
1717

1818
PolyGraph discrepancy is a new metric we introduced, which provides the following advantages over maxmimum mean discrepancy (MMD):
1919

20+
<div align="center">
2021
<table>
2122
<thead>
2223
<tr>
@@ -53,6 +54,7 @@ PolyGraph discrepancy is a new metric we introduced, which provides the followin
5354
</tr>
5455
</tbody>
5556
</table>
57+
</div>
5658

5759
It also provides a number of other advantages over MMD which we discuss in our paper.
5860

@@ -176,6 +178,7 @@ for metric in tqdm(metrics):
176178

177179
The following results mirror the tables from our paper. Bold indicates best, and underlined indicates second-best. Values are multiplied by 100 for legibility. Standard deviations are obtained with subsampling using `StandardPGDInterval` and `MoleculePGDInterval`. Specific parameters are discussed in the paper.
178180

181+
<div align="center">
179182
<table>
180183
<thead>
181184
<tr>
@@ -236,5 +239,6 @@ The following results mirror the tables from our paper. Bold indicates best, and
236239
</tr>
237240
</tbody>
238241
</table>
242+
</div>
239243

240244
<sub>* AutoGraph* denotes a variant that leverages additional training heuristics as described in the paper.</sub>

0 commit comments

Comments
 (0)