"composable_kernel/include/utility/sequence.hpp" did not exist on "c82b833d8e76094a3702046d81872132d5c4b15a"
Commit d2488810 authored by suiguoxin's avatar suiguoxin
Browse files

fix typo

parent e4424985
...@@ -127,7 +127,7 @@ class GridSearchTuner(Tuner): ...@@ -127,7 +127,7 @@ class GridSearchTuner(Tuner):
def update_search_space(self, search_space): def update_search_space(self, search_space):
''' '''
Check if the search space is valid and expand it: only contains 'choice', 'randint', '' Check if the search space is valid and expand it: support only 'choice', 'quniform', randint'
''' '''
self.expanded_search_space = self.json2parameter(search_space) self.expanded_search_space = self.json2parameter(search_space)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment