keras-shufflenetV2
keras-shufflenetV2 copied to clipboard
Keras implementation of ShuffleNet V2
Hi,thanks for your work, I have one question, for norm and mean values, is same as PyTorch? mean = [0.485, 0.456, 0.406] and std = [0.229, 0.224, 0.225] https://pytorch.org/hub/pytorch_vision_shufflenet_v2/ …...
stage2, output_channels如果是116, 这个代码那两条支路输出都是116,concat后stage2就是232了吧? (If at stage2, the output_channels is 116, this function will output 232 channels after concat.)
Hello ! I am having a lot of errors when i try to make this compatible with the latest Keras & Tensorflow 2.0 . I have to make the training...
Hello, thanks for you sharing. I have the question, is there a model pre-trained on ImageNet Datasets provided or should I train from scratch? Thanks & Regards!
Dear opconty, Thanks for sharing your codes firstly. Of course, I've met some problems when I want to use your codes. Hope that you can help me! Where is the...
Hi, I downloaded your pre-trained weights and tried to load it, but I got error like: "ValueError: You are trying to load a weight file containing 31 layers into a...
x = K.reshape(x, [-1, height, width, 2, channels_per_split]) #Failed to convert object of type to Tensor. Contents: [-1, None, None, 2, 16]. Consider casting #elements to a supported type.