Skip to content

Commit

Permalink
remove unness assert after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyang07 committed Nov 14, 2022
1 parent d29b15d commit e2fdefc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmrazor/engine/runner/evolution_search_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def sample_candidates(self) -> None:

# broadcast candidates to val with multi-GPUs.
broadcast_object_list(self.candidates.data)
assert init_candidates + len(
candidates_resources) == self.num_candidates

def update_candidates_scores(self) -> None:
"""Validate candicate one by one from the candicate pool, and update
Expand Down

0 comments on commit e2fdefc

Please sign in to comment.