提交 3e15fae7 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

props E corrected in theano/tensor/nnet/neighbours.py

上级 715eae9e
...@@ -14,7 +14,7 @@ import numpy ...@@ -14,7 +14,7 @@ import numpy
class Images2Neibs(Op): class Images2Neibs(Op):
__props__ = () __props__ = ("mode")
def __init__(self, mode='valid'): def __init__(self, mode='valid'):
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论