Skip to content

LoyalBlanc/Darts-like-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DARTS-like repository

An unofficial implementation library for DARTS-like NAS approach learning

Requirement

Python >= 3.7, Pytorch >= 1.6

Performance

Dataset Search Rebuild Top1
CIFAR10 50 200 0.8688

Related work

@article{liu2018darts,
  title={DARTS: Differentiable Architecture Search},
  author={Liu, Hanxiao and Simonyan, Karen and Yang, Yiming},
  journal={arXiv preprint arXiv:1806.09055},
  year={2018}
}

About

An unofficial implementation library for DARTS-like NAS approach learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages