Skip to content

Commit

Permalink
Update builder for searcher
Browse files Browse the repository at this point in the history
Signed-off-by: Junhwa Song <[email protected]>
  • Loading branch information
KKIEEK authored Dec 16, 2022
1 parent c6d7ef3 commit 4fb2e83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions siatune/ray/searchers/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

SEARCHERS = Registry('searchers')
for func in set(tune.search.SEARCH_ALG_IMPORT.values()):
if not inspect.isfunction(func):
continue
SEARCHERS.register_module(module=func())


Expand Down

0 comments on commit 4fb2e83

Please sign in to comment.