提交 772d4d64 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

Merge pull request #324 from goodfeli/CAReduce_R_op

removed extraneous space
...@@ -68,7 +68,7 @@ def Rop(f, wrt, eval_points): ...@@ -68,7 +68,7 @@ def Rop(f, wrt, eval_points):
#check that each element of wrt corresponds to an element #check that each element of wrt corresponds to an element
#of eval_points with the same dimensionality #of eval_points with the same dimensionality
for pack in enumerate(zip(wrt, eval_points)): for pack in enumerate(zip(wrt, eval_points)):
i = pack[0] i = pack[0]
wrt_elem, eval_point = pack[1] wrt_elem, eval_point = pack[1]
wrt_elem = as_tensor_variable(wrt_elem) wrt_elem = as_tensor_variable(wrt_elem)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论