Skip to content

Commit abc660f

Browse files
lishanokcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 724150081 Change-Id: I10ab2aa93c337cc64b998eb60ccdee6f521b3134
1 parent 96e6f39 commit abc660f

File tree

4 files changed

+293
-187
lines changed

4 files changed

+293
-187
lines changed

qkeras/qnormalization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def get_config(self):
350350
'beta_range': self.beta_range,
351351
'gamma_range': self.gamma_range,
352352
}
353-
base_config = super(QBatchNormalization, self).get_config()
353+
base_config = super().get_config()
354354
return dict(list(base_config.items()) + list(config.items()))
355355

356356
def compute_output_shape(self, input_shape):

0 commit comments

Comments
 (0)