Skip to content

Commit

Permalink
Train graph added (#1211)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee, Soobee <soobeele@intel.com>
  • Loading branch information
supersoob and Lee, Soobee authored Aug 26, 2022
1 parent 5ad9525 commit 818aca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/deep-object-reid/torchreid_tasks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def __init__(self,
@master_only
@check_input_parameters_type()
def log(self, runner: BaseRunner):
tags = self.get_loggable_tags(runner, allow_text=False)
tags = self.get_loggable_tags(runner, allow_text=False, tags_to_skip=())
if runner.max_epochs is not None:
normalized_iter = self.get_iter(runner) / runner.max_iters * runner.max_epochs
else:
Expand Down

0 comments on commit 818aca4

Please sign in to comment.