zeus7777777

Results 4 comments of zeus7777777

I'm confused about `cifar10_macro_final.sh` . In the original paper, DAG size of **macro search space** is set to 12. But `$fixed_arc` in `cifar10_macro_final.sh` seems more than 12 layers?

Same issue as @ShenghaiRong Besides his modification, I change `--child_num_branches=4` to `--child_num_branches=6` to match training setting in `cifar10_macro_search.sh`. BTW, the architecture between `cifar10_macro_search.sh` and `cifar10_macro_final.sh` is different, need to be...

No, I got the same error. Maybe it's due to https://github.com/melodyguan/enas/blob/master/src/cifar10/general_child.py#L406 which doesn't implement pooling operation.