mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-08-09 12:10:28 +08:00
pep8
This commit is contained in:
@@ -34,7 +34,6 @@ def _preprocess_deconv_output_shape(x, shape, data_format):
|
||||
return shape
|
||||
|
||||
|
||||
|
||||
def conv2d(x, kernel, strides=(1, 1), padding='valid', data_format='channels_first',
|
||||
image_shape=None, filter_shape=None):
|
||||
'''2D convolution.
|
||||
@@ -80,7 +79,6 @@ def conv2d(x, kernel, strides=(1, 1), padding='valid', data_format='channels_fir
|
||||
return x
|
||||
|
||||
|
||||
|
||||
def deconv3d(x, kernel, output_shape, strides=(1, 1, 1),
|
||||
padding='valid',
|
||||
data_format='default',
|
||||
|
||||
@@ -32,8 +32,6 @@ import itertools
|
||||
py_all = all
|
||||
|
||||
|
||||
|
||||
|
||||
def conv2d(x, kernel, strides=(1, 1), padding='valid', data_format='channels_first',
|
||||
image_shape=None, filter_shape=None):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user