提交 5aca8c8e authored 作者: --global's avatar --global

Fix typo

上级 e4d68156
...@@ -1930,7 +1930,7 @@ class Scan(PureOp): ...@@ -1930,7 +1930,7 @@ class Scan(PureOp):
dC_dXtm1s = [] dC_dXtm1s = []
for pos, x in enumerate(dC_dinps_t[self.n_seqs:]): for pos, x in enumerate(dC_dinps_t[self.n_seqs:]):
# Get the index of the first outer input corresponding to the # Get the index of the first inner input corresponding to the
# pos-ieth inner input state # pos-ieth inner input state
idxs = self.get_inner_oidx_from_inner_iidx_seq()[self.n_seqs + idxs = self.get_inner_oidx_from_inner_iidx_seq()[self.n_seqs +
pos] pos]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论