Skip to content

Commit 0b2547d

Browse files
committed
Remove new line
1 parent ed4d2c6 commit 0b2547d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

site/site.org

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,7 @@ 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}
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} \]
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} \]
638634

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

0 commit comments

Comments
 (0)