102->201 / NAS->autoDL / more configs of TAS / reorganize docs / fix bugs in NAS baselines
This commit is contained in:
		| @@ -2,3 +2,4 @@ | ||||
| from .CifarNet  import NetworkCIFAR as CifarNet | ||||
| from .ImageNet  import NetworkImageNet as ImageNet | ||||
| from .genotypes import Networks | ||||
| from .genotypes import build_genotype_from_dict | ||||
|   | ||||
| @@ -167,3 +167,6 @@ Networks = {'DARTS_V1': DARTS_V1, | ||||
|             'PNASNet' : PNASNet, | ||||
|             'SETN'    : SETN, | ||||
|            } | ||||
|  | ||||
| def build_genotype_from_dict(xdict): | ||||
|   import pdb; pdb.set_trace() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user