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
<p>If we label the cost to pay to make $P_i$ and $Q_i$ match as $\delta_i$, we would have $\delta_{i+1} = \delta_i + P_i - Q_i$ and in the example:</p>
Shouldn't the equation be $\delta_{i} = \delta_{i - 1} + P_i - Q_i$ in this line?
The text was updated successfully, but these errors were encountered:
Hey, thanks for the great series of blog posts.
I have a question on the example for Earth-Mover's distance.
lilianweng.github.io/posts/2017-08-20-gan/index.html
Line 534 in be66057
Shouldn't the equation be
$\delta_{i} = \delta_{i - 1} + P_i - Q_i$
in this line?The text was updated successfully, but these errors were encountered: