Skip to content

Commit

Permalink
clean unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOCHENYE committed Dec 20, 2022
1 parent 1d2189a commit 18d030e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/distributed_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ def main():
val_dataloader=val_dataloader,
val_cfg=dict(),
val_evaluator=dict(type=Accuracy),
custom_hooks=[
dict(type='ProfilerHook', on_trace_ready=dict(type='tb_trace'))
],
launcher=args.launcher,
)
runner.train()
Expand Down

0 comments on commit 18d030e

Please sign in to comment.