Skip to content

Commit

Permalink
Fix (calibrate): avoid suppressing checkpoint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Oct 1, 2024
1 parent 1e71a04 commit 1094eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/brevitas/graph/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def __exit__(self, *args, **kwargs):
for module in self.model.modules():
if issubclass(type(module), QuantWBIOL):
module._quant_load_model_mode = False
return True


class ClipFloatWeights(Transform):
Expand Down

0 comments on commit 1094eea

Please sign in to comment.