mirror of
https://github.com/wassname/DenseNet-Keras.git
synced 2026-06-27 14:58:24 +08:00
Fix bug by erasing a line
This commit is contained in:
@@ -52,7 +52,6 @@ class Scale(Layer):
|
||||
self.beta = K.variable(self.beta_init(shape), name='{}_beta'.format(self.name))
|
||||
#self.gamma = self.gamma_init(shape, name='{}_gamma'.format(self.name))
|
||||
#self.beta = self.beta_init(shape, name='{}_beta'.format(self.name))
|
||||
self.beta = self.beta_init(shape)
|
||||
self.trainable_weights = [self.gamma, self.beta]
|
||||
|
||||
if self.initial_weights is not None:
|
||||
|
||||
Reference in New Issue
Block a user