提交 d438c2d0 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

flake8 corrections in theano/sandbox/gpuarray/dnn.py

上级 6b9b3f23
...@@ -419,7 +419,7 @@ class GpuDnnConv(DnnBase, COp): ...@@ -419,7 +419,7 @@ class GpuDnnConv(DnnBase, COp):
The convolution descriptor. The convolution descriptor.
workmem workmem
Either 'none', 'small' or 'large'. Default is the value of Either 'none', 'small' or 'large'. Default is the value of
:attr:`config.dnn.conv.workmem`. :attr:`config.dnn.conv.workmem`.
""" """
...@@ -1271,9 +1271,9 @@ def dnn_pool(img, ws, stride=(1, 1), mode='max', pad=(0, 0)): ...@@ -1271,9 +1271,9 @@ def dnn_pool(img, ws, stride=(1, 1), mode='max', pad=(0, 0)):
.. warning:: The cuDNN library only works with GPU that have a compute .. warning:: The cuDNN library only works with GPU that have a compute
capability of 3.0 or higer. This means that older GPU will not capability of 3.0 or higer. This means that older GPU will not
work with this Op. work with this Op.
Notes Notes
----- -----
This Op implements the ignore_border=True of max_pool_2d. This Op implements the ignore_border=True of max_pool_2d.
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论