enyac-group / single-path-nas

Single-Path NAS: Designing Hardware-Efficient ConvNets in less than 4 Hours
https://arxiv.org/abs/1904.02877
Apache License 2.0
396 stars 60 forks source link

Why the out_channels of conv kernel must be 1? #10

Open jackiechen0708 opened 5 years ago

jackiechen0708 commented 5 years ago

Why the out_channels of conv kernel must be 1? https://github.com/dstamoulis/single-path-nas/blob/b7c1310ef0056eb6063f9e79e000be069b01518d/nas-search/superkernel.py#L95

amyburden commented 5 years ago

it is depthwise conv with multiplier=1