Caffe-ShuffleNet
Caffe-ShuffleNet copied to clipboard
This is re-implementation of "ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices"
Results
3
Caffe-ShuffleNet issues
Sort by
recently updated
recently updated
newest added
Hi @camel007 , ShuffleNet is a great idea and the model size is apparently reduced. Have you ever tried to train it on imagenet? I only got 64% as top1...
I noticed that the current shuffle operation use `temp_blob_` as the intermediate variable for memory copy. Why can't we just set top_data as the "output" argument of `Resize_gpu`?