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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ PolyGraph is a Python library for evaluating graph generative models by providin
17
17
18
18
PolyGraph discrepancy is a new metric we introduced, which provides the following advantages over maxmimum mean discrepancy (MMD):
19
19
20
+
<divalign="center">
20
21
<table>
21
22
<thead>
22
23
<tr>
@@ -53,6 +54,7 @@ PolyGraph discrepancy is a new metric we introduced, which provides the followin
53
54
</tr>
54
55
</tbody>
55
56
</table>
57
+
</div>
56
58
57
59
It also provides a number of other advantages over MMD which we discuss in our paper.
58
60
@@ -176,6 +178,7 @@ for metric in tqdm(metrics):
176
178
177
179
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.
178
180
181
+
<divalign="center">
179
182
<table>
180
183
<thead>
181
184
<tr>
@@ -236,5 +239,6 @@ The following results mirror the tables from our paper. Bold indicates best, and
236
239
</tr>
237
240
</tbody>
238
241
</table>
242
+
</div>
239
243
240
244
<sub>* AutoGraph* denotes a variant that leverages additional training heuristics as described in the paper.</sub>
0 commit comments