khanrc / pt.darts

PyTorch Implementation of DARTS: Differentiable Architecture Search
MIT License
439 stars 108 forks source link

result not same as REAME.md #28

Open YoungDav opened 4 years ago

YoungDav commented 4 years ago

python 3.5.6 pytorch 0.4.1 torchvision 0.2.1

Run python search.py --name cifar10 --dataset cifar10

but my result graph is not same as README.md, such as epoch 24 darts

KunlinY commented 4 years ago

Did you solve this problem?