Skip to content

Commit

Permalink
keys
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed May 17, 2018
1 parent ff0291e commit 2c573ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autokeras/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def search(self, x_train, y_train, x_test, y_test):
pickle_to_file(self, os.path.join(self.path, 'searcher'))

def maximize_acq(self):
model_ids = self.search_tree.get_leaves()
model_ids = self.search_tree.adj_list.keys()
target_graph = None
father_id = None
descriptors = self.descriptors
Expand Down

0 comments on commit 2c573ea

Please sign in to comment.