make data to use 1 rather than 2 size list
This commit is contained in:
parent
8bbadce19c
commit
dcfefb91a3
@ -716,7 +716,6 @@ class DataInfos(AbstractDatasetInfos):
|
|||||||
graphs.append((adj_matrix, ops))
|
graphs.append((adj_matrix, ops))
|
||||||
|
|
||||||
meta_dict = graphs_to_json(graphs, 'nasbench-201')
|
meta_dict = graphs_to_json(graphs, 'nasbench-201')
|
||||||
|
|
||||||
self.base_path = base_path
|
self.base_path = base_path
|
||||||
self.active_atoms = meta_dict['active_atoms']
|
self.active_atoms = meta_dict['active_atoms']
|
||||||
self.max_n_nodes = meta_dict['max_node']
|
self.max_n_nodes = meta_dict['max_node']
|
||||||
|
Loading…
Reference in New Issue
Block a user