We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30a418 commit 2784628Copy full SHA for 2784628
fms_mo/utils/aiu_utils.py
@@ -226,11 +226,10 @@ def recompute_weight_with_sawb(
226
f"-> {weight_int_sawb_as_fp_std:.1f}) "
227
f"and clips of {layer_name + '.weight'}"
228
)
229
- else:
+ elif verbose:
230
log_min_std = "min_" if weight_per_channel else ""
231
log_w_std = weight_int_std_min if weight_per_channel else weight_int_std
232
- if verbose:
233
- logger.info(f" Weights preserved ({log_min_std}std={log_w_std:.1f})")
+ logger.info(f" Weights preserved ({log_min_std}std={log_w_std:.1f})")
234
235
return weight_int_sawb, is_w_recomputed
236
0 commit comments