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
-31Lines changed: 0 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,19 +16,6 @@ PolyGraph is a Python library for evaluating graph generative models by providin
16
16
(including PolyGraph Discrepancy).
17
17
18
18
PolyGraph discrepancy is a new metric we introduced, which provides the following advantages over maxmimum mean discrepancy (MMD):
19
-
<style>
20
-
table {
21
-
font-size: 90%;
22
-
margin: 0auto;
23
-
}
24
-
th, td {
25
-
text-align: center;
26
-
padding: 4px8px;
27
-
}
28
-
th:first-child, td:first-child {
29
-
text-align: left;
30
-
}
31
-
</style>
32
19
33
20
<table>
34
21
<thead>
@@ -117,24 +104,6 @@ We provide larger datasets that should be used instead:
117
104
118
105
Here is an example benchmark one can generate with this library using multiple different models and datasets. The details of the generation of this benchmark are given in our paper.
0 commit comments