We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d7ef3 commit 4fb2e83Copy full SHA for 4fb2e83
siatune/ray/searchers/builder.py
@@ -7,8 +7,6 @@
7
8
SEARCHERS = Registry('searchers')
9
for func in set(tune.search.SEARCH_ALG_IMPORT.values()):
10
- if not inspect.isfunction(func):
11
- continue
12
SEARCHERS.register_module(module=func())
13
14
0 commit comments