Commit 0b2547d2 authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Remove new line

parent ed4d2c6a
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -630,11 +630,7 @@ inefficient.
In RER, equally strided transitions are sampled from the latest
transition. The next sample contains one step older transions.

\[ \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} \]
\[ \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} \]

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