update pelu to K2

This commit is contained in:
farizrahman4u
2017-03-19 08:40:59 +05:30
parent 4295b8e91f
commit f7a1998f67
+1 -1
View File
@@ -41,7 +41,7 @@ class PELU(Layer):
self.shared_axes = [shared_axes]
else:
self.shared_axes = list(shared_axes)
super(PELU, self).__initializer__(**kwargs)
super(PELU, self).__init__(**kwargs)
def build(self, input_shape):
param_shape = list(input_shape[1:])