ruocwang / darts-pt

[ICLR2021 Outstanding Paper] Rethinking Architecture Selection in Differentiable NAS
Apache License 2.0
102 stars 14 forks source link

For eval.sh on CIFAR10 #2

Open lichuanx opened 3 years ago

lichuanx commented 3 years ago

Are the sota result on CIFAR10 evaluate under --init_channels 36 --layer 20 or same as c100 at --init_channels 16 --layers 8

ruocwang commented 3 years ago

The CIFAR10 evaluations are identical to DARTS, i.e. under --init_channels 36 --layer 20. The evaluations on C100 and SVHN follow the original RobustDARTS paper (App C), which is different from DARTS.

lichuanx commented 3 years ago

thank you very much!

ruocwang commented 3 years ago

No problem!