提交 958219b1 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Flake8 for conv.py

上级 74f8fc3e
......@@ -3,6 +3,7 @@ import os
import theano
from theano import config, gof
from theano.gof.util import MethodNotDefined
try:
import pygpu
......@@ -10,12 +11,11 @@ try:
except ImportError:
pass
from six.moves import reduce
from .comp import NVCC_compiler
from .type import GpuArrayType
from .basic_ops import (as_gpuarray_variable, GpuKernelBase, Kernel)
from .basic_ops import as_gpuarray_variable, GpuKernelBase, Kernel
from theano.gof import utils
class GpuConv(GpuKernelBase, gof.Op):
"""
Implement the batched and stacked 2d convolution on the gpu.
......
......@@ -158,7 +158,6 @@ whitelist_flake8 = [
"sandbox/linalg/__init__.py",
"sandbox/linalg/tests/test_linalg.py",
"sandbox/gpuarray/__init__.py",
"sandbox/gpuarray/conv.py",
"sandbox/gpuarray/neighbours.py",
"sandbox/gpuarray/tests/test_subtensor.py",
"sandbox/gpuarray/tests/test_scan.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论