Skip to content

Commit 6e3e8ff

Browse files
committed
Revert "Remove new line"
This reverts commit 0b2547d.
1 parent 0b2547d commit 6e3e8ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site/site.org

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,11 @@ inefficient.
630630
In RER, equally strided transitions are sampled from the latest
631631
transition. The next sample contains one step older transions.
632632

633-
\[ \begin{align} B_1 &= \lbrace& T_{t} &, T_{t-stride} &, \dots &, T_{t-batch~size \times stride} &\rbrace \\ B_2 &= \lbrace& T_{t-1}&, T_{t-stride-1}&, \dots &, T_{t-batch~size \times stride - 1} &\rbrace \\ &\vdots & & & & & & \end{align} \]
633+
\[ \begin{align}
634+
B_1 &= \lbrace& T_{t} &, T_{t-stride} &, \dots &, T_{t-batch~size \times stride} &\rbrace \\
635+
B_2 &= \lbrace& T_{t-1}&, T_{t-stride-1}&, \dots &, T_{t-batch~size \times stride - 1} &\rbrace \\
636+
&\vdots&&&&&&
637+
\end{align} \]
634638

635639
When the first sample index ($t-i$) becomes $2 \times stride$ old from
636640
the latest transition, the first sample index is reset to the latest

0 commit comments

Comments
 (0)