提交 c644c16b authored 作者: Frederic Bastien's avatar Frederic Bastien

pep8

上级 a81b5cdc
......@@ -805,8 +805,8 @@ class ConvOp(OpenMPOp):
shuffled_kerns.name = 'shuffled_for_conv3D(%s)' % flipped_kerns.name
tmp_node = theano.tensor.nnet.conv3D(
V = shuffled_inputs,
W= shuffled_kerns,
V=shuffled_inputs,
W=shuffled_kerns,
b=theano.tensor.alloc(numpy.asarray(0, dtype=kerns.dtype),
kerns.shape[0]),
d=(self.dx, self.dy, 1))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论