Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 86d7caa

Browse files
clean
1 parent ba39d1f commit 86d7caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchreid/integration/nncf/compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def wrap_inputs(args, kwargs):
333333
logger.info(f'nncf_config["log_dir"] = {nncf_config["log_dir"]}')
334334

335335
register_custom_modules()
336-
logger.error(f"NNCF CONFIG: {nncf_config}")
336+
337337
compression_ctrl, model = create_compressed_model(model,
338338
nncf_config,
339339
dummy_forward_fn=dummy_forward,

0 commit comments

Comments
 (0)