We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6e913e + 66e92ed commit 89a3ae8Copy full SHA for 89a3ae8
labml_nn/gan/wasserstein/__init__.py
@@ -26,7 +26,7 @@
26
$\mathbb{E}_{(x,y) \sim \gamma} \Vert x - y \Vert$ is the earth mover distance for
27
a given joint distribution ($x$ and $y$ are probabilities).
28
29
-So $W(\mathbb{P}_r, \mathbb{P}g)$ is equal to the least earth mover distance for
+So $W(\mathbb{P}_r, \mathbb{P}_g)$ is equal to the least earth mover distance for
30
any joint distribution between the real distribution $\mathbb{P}_r$ and generated distribution $\mathbb{P}_g$.
31
32
The paper shows that Jensen-Shannon (JS) divergence and other measures for the difference between two probability
0 commit comments