Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 724150081
Change-Id: I10ab2aa93c337cc64b998eb60ccdee6f521b3134
  • Loading branch information
lishanok authored and copybara-github committed Feb 7, 2025
1 parent 96e6f39 commit abc660f
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 187 deletions.
2 changes: 1 addition & 1 deletion qkeras/qnormalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def get_config(self):
'beta_range': self.beta_range,
'gamma_range': self.gamma_range,
}
base_config = super(QBatchNormalization, self).get_config()
base_config = super().get_config()
return dict(list(base_config.items()) + list(config.items()))

def compute_output_shape(self, input_shape):
Expand Down
Loading

0 comments on commit abc660f

Please sign in to comment.