提交 9188880f authored 作者: Iban Harlouchet's avatar Iban Harlouchet

__props__ to theano/tensor/nnet/Conv3D.py

上级 2207c24f
...@@ -45,11 +45,7 @@ class Conv3D(theano.Op): ...@@ -45,11 +45,7 @@ class Conv3D(theano.Op):
""" 3D `convolution` of multiple filters on a minibatch """ 3D `convolution` of multiple filters on a minibatch
:note: does not flip the kernel, moves kernel with a user specified stride :note: does not flip the kernel, moves kernel with a user specified stride
""" """
def __eq__(self, other): __props__ = ()
return type(self) == type(other)
def __hash__(self):
return hash(type(self))
def __str__(self): def __str__(self):
return "Conv3D" return "Conv3D"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论