Skip to content

Commit

Permalink
Non-API change
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Apr 13, 2023
1 parent 30eed1b commit db389bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nncf/torch/model_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def create_compressed_model(model: Module,
as an object of NNCFNetwork."""

set_debug_log_dir(config.get("log_dir", "."))
print("Test")

is_legacy_model_state_dict = compression_state is not None and \
BaseController.BUILDER_STATE not in compression_state and \
Expand Down

0 comments on commit db389bc

Please sign in to comment.