提交 4d61e5c1 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix comment indentation

上级 99d95bc2
...@@ -1813,7 +1813,7 @@ class ScanGrad(Op): ...@@ -1813,7 +1813,7 @@ class ScanGrad(Op):
else: else:
k = i + seed_sz + tap_value k = i + seed_sz + tap_value
if k < 0 : if k < 0 :
#past value not provided .. issue a warning and use 0 #past value not provided .. issue a warning and use 0
_outs += [numpy.zeros(outInfo[j][0].shape)] _outs += [numpy.zeros(outInfo[j][0].shape)]
warning('Past value %d for output $d not given' \ warning('Past value %d for output $d not given' \
%(j,tap_value)) %(j,tap_value))
...@@ -1886,7 +1886,7 @@ class ScanSpaceOptimizer(Optimizer): ...@@ -1886,7 +1886,7 @@ class ScanSpaceOptimizer(Optimizer):
# check the outputs # check the outputs
for i,out in enumerate(node.outputs): for i,out in enumerate(node.outputs):
if op.store_steps[i] == 0 : if op.store_steps[i] == 0 :
# if we do not have a range for this output # if we do not have a range for this output
req_steps = numpy.max(numpy.abs(op.outs_taps.get(i,1))) req_steps = numpy.max(numpy.abs(op.outs_taps.get(i,1)))
# look at all its clients # look at all its clients
for cl,_dx in out.clients: for cl,_dx in out.clients:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论