Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yghstill committed Jun 13, 2022
1 parent daae2b3 commit 45ee723
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def _has_weight(op):
# The loop for transforming the forward graph:
with tqdm(
total=len(ops),
bar_format='Adding quant op with weight:|{bar}| {n_fmt}/{total_fmt}',
bar_format='Adding quant op for weight:|{bar}| {n_fmt}/{total_fmt}',
ncols=80) as t:
for op in ops:
if op.name() in self._quantizable_ops:
Expand Down Expand Up @@ -2265,7 +2265,7 @@ def apply(self, graph):
# The loop for transforming the forward graph:
with tqdm(
total=len(ops),
bar_format='Adding quant op with weight:|{bar}| {n_fmt}/{total_fmt}',
bar_format='Adding quant op for weight:|{bar}| {n_fmt}/{total_fmt}',
ncols=80) as t:
for op in ops:
if op.name() in self._quantizable_ops:
Expand Down

1 comment on commit 45ee723

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.