ShuffleNet icon indicating copy to clipboard operation
ShuffleNet copied to clipboard

ShuffleNet in PyTorch. Based on https://arxiv.org/abs/1707.01083

Results 6 ShuffleNet issues
Sort by recently updated
recently updated
newest added

I download the pretrained state dictionary ,but i can not open it?

In __init__ function of 'ShuffleNet' class, when groups==1 the number of channels should be 576, not 567. The correct case should be: > if groups == 1: > self.stage_out_channels =...

Hi Jackson, I followed your github blog. It is impressive 😊. I was looking into ShuffleNet repository. Could you please give me steps to run ShuffleNet on imagenet dataset. https://github.com/jaxony/ShuffleNet...

in file model.py , your function conv3x3() is a simple 2d convolution , but I found it should be depthwise conv according to the paper , the computation cost is...

I noticed your imagenet result is 62.2% (top1), can you share your training log for me or more detail training setting?

It would be great if you test your code to check the inference speed.