Skip to content

Commit 8bfe528

Browse files
committed
Removed config from pre_run hook (slow)
1 parent 7036f30 commit 8bfe528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmengine/hooks/runtime_info_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def before_run(self, runner) -> None:
4848
runner (Runner): The runner of the training process.
4949
"""
5050
metainfo = dict(
51-
cfg=runner.cfg.pretty_text,
51+
# cfg=runner.cfg.pretty_text,
5252
seed=runner.seed,
5353
experiment_name=runner.experiment_name,
5454
mmengine_version=__version__ + get_git_hash())

0 commit comments

Comments
 (0)