Skip to content

Commit 4fb2e83

Browse files
authored
Update builder for searcher
Signed-off-by: Junhwa Song <ethan9867@gmail.com>
1 parent c6d7ef3 commit 4fb2e83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

siatune/ray/searchers/builder.py

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
SEARCHERS = Registry('searchers')
99
for func in set(tune.search.SEARCH_ALG_IMPORT.values()):
10-
if not inspect.isfunction(func):
11-
continue
1210
SEARCHERS.register_module(module=func())
1311

1412

0 commit comments

Comments
 (0)