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

Commit

Permalink
remove not used parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sooahleex committed Jun 8, 2022
1 parent 2c321dc commit 9f39886
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mmseg/core/lr/base_lr_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ def before_run(self, runner):
self.base_lr = [
group['initial_lr'] for group in runner.optimizer.param_groups
]
self.bad_count = 0
self.last_iter = 0
self.current_lr = None
self.best_score = self.init_value_map[self.rule]

def _init_states(self, runner):
if self.by_epoch:
Expand Down

0 comments on commit 9f39886

Please sign in to comment.