in cifar10_macro_search.sh, the "child_num_cell_layers" should be "child_num_cells"
in general_child.py/_model function,
start_idx = self.num_branches is not correct. When searching partial channels, start_idx should also be 0 since in the controller there is no seqs inserted into the arc_seq/self.sample_arc
start_idx = self.num_branches
is not correct. When searching partial channels, start_idx should also be 0 since in the controller there is no seqs inserted into the arc_seq/self.sample_arc