enas
enas copied to clipboard
Question about _fixed_layer function in general_child.py
When I used an architecture different from fixed_arc in cifar10_macro_final.sh, I got the same error as @ShenghaiRong and @zeus7777777 mentioned in Question about output value (perhaps due to pooling operation is not implemented). Furthermore, it seems number 1 and 3 (corresponding to separable_conv_3x3 and separable_conv_5x5) are implemented as normal convolution operations in _fixed_layer function not separable_conv2d in _enas_layer function. Is the _fixed_layer function still not completed? Or do I misunderstand?
just implementing the average pooling and max pooling,
I have the same question: it seems separable conv are implemented as normal conv?
Hi @hsl0529 did you manage to run the macro search with DAG 12?