6 lines
		
	
	
		
			256 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			256 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Performance-Aware Template Network for One-Shot Neural Architecture Search
 | |
| from .CifarNet  import NetworkCIFAR as CifarNet
 | |
| from .ImageNet  import NetworkImageNet as ImageNet
 | |
| from .genotypes import Networks
 | |
| from .genotypes import build_genotype_from_dict
 |