-
Hi, thanks for sharing the work. We have performed a rigorous evaluation for the framework on the cifar-10 setting with this code base, for each setting we run the experiments independently 8 times an…
-
Thanks for your work.
I was wondering how to save the network that have been found by PCDARTS. I see that At the beigining, of the training, utils.create_exp_dir create a directory with all py scri…
-
Does anybody run the codes on CIFAR10?
My valid_acc on CIFAR10 is only 97.06
I just run
python train.py --auxiliary --cutout
and set the batch_size to be 128 (default 96)
so, what the problem wit…
-
Hi Yuhui,
After I search on the CIFAR10 dataset, I get one type of genotype, which is familiar with the reported case in your paper.
However, when I derive the final architecture and calculate t…
-
Hi Kuan-Yu,
Sorry about bothering you.
After I search on the CIFAR10 dataset, I get one type of genotype, which is familiar with the reported case in the original paper.
However, when I deriv…
-
I exec 'python train.py --auxiliary --cutout' and run an error which logs shows:
File “train.py ” line 72,in main
File "",line 1,in
AttributeError: module 'genotypes' has no attribute 'DARTS'
My …
ldd91 updated
5 years ago
-
这是很有效的方法,看了整个框架后,我有这样两个疑问:
1、Genotype是怎么进行更新的:在model_search.py里,实现了生成新的Genotype,那下一步的迭代是如何使用这个新的Genotype呢?
2、每次只对1/4的X进行运算,剩下的3/4直接传递下去了,这是否可以看做是skip_connection呢?
-
hi, @yuhuixu1993, thank you for sharing your amazing work.
I have tried your code to search a network on cifar10, and I followed the instruction ``python train_search.py'' to run the code; however…