提交 8ca0abd9 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

typo

上级 27bce11d
...@@ -535,7 +535,7 @@ class Scan(theano.Op): ...@@ -535,7 +535,7 @@ class Scan(theano.Op):
elif self.keep_outputs[j] == 1: elif self.keep_outputs[j] == 1:
fn_args += [y[j] ] fn_args += [y[j] ]
else: else:
raise NotImplementedError('in the near future') raise NotImplementedError('This will be implemented in the near future')
# get the non-iterable sequences # get the non-iterable sequences
fn_args += list(args[(n_seqs+n_outs):]) fn_args += list(args[(n_seqs+n_outs):])
# compute output # compute output
...@@ -547,13 +547,13 @@ class Scan(theano.Op): ...@@ -547,13 +547,13 @@ class Scan(theano.Op):
elif self.keep_outputs[j] == 1: elif self.keep_outputs[j] == 1:
y[j] = something[j] y[j] = something[j]
else: else:
raise NotImplementedError('in the near future') raise NotImplementedError('This will be implemented in the near future')
return y return y
def grad(self, args, g_outs): def grad(self, args, g_outs):
raise NotImplemented; raise NotImplementedError('This will be implemented in the near future');
''' '''
if True: if True:
#((self.updates.keys() != []) or (self.inplace_map.keys() != [])\ #((self.updates.keys() != []) or (self.inplace_map.keys() != [])\
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论