提交 94012662 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix typo

上级 23b81c2e
...@@ -3539,7 +3539,7 @@ class Join(Op): ...@@ -3539,7 +3539,7 @@ class Join(Op):
split_gz = [split_gz] split_gz = [split_gz]
# Split.make_node isn't always able to infer the right # Split.make_node isn't always able to infer the right
# broadcast. As the grad need to keep the information, # broadcast. As the grad need to keep the information,
# readd it if needed. # read it if needed.
split_gz = [patternbroadcast(g, t.broadcastable) split_gz = [patternbroadcast(g, t.broadcastable)
for t, g in zip(tensors, split_gz)] for t, g in zip(tensors, split_gz)]
rval = rval + split_gz rval = rval + split_gz
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论