HongyangGao / ChannelNets

Tensorflow Implementation of ChannelNets (NeurIPS 18)

Home Page:https://papers.nips.cc/paper/7766-channelnets-compact-and-efficient-convolutional-neural-networks-via-channel-wise-convolutions.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improving channelnet with inverted residual blocks

RamsleyJunting opened this issue · comments

I‘ve read your paper, it's a nice work. I notice you mention MobileNet_v2 in your paper, but in the comparison between ChannelNet-v1 and other CNNs in terms of the top-1 accuracy on the ImageNet validation set, it isn't include the result of mobilenet_v2. I wonder if you have the plan to improve channelnet with inverted residual block based on mobilenet_v2?