Lee
Results
2
comments of
Lee
Change those lines in `enas\src\cifar100\general_child.py` or `models\enas\src\cifar100\micro_child.py` ```diff - w = create_weight("w", [inp_c, 10]) + w = create_weight("w", [inp_c, 100]) ``` If the input shape changes, it is necessary to...