keras-applications icon indicating copy to clipboard operation
keras-applications copied to clipboard

Imagenet pretrained weights not match the current implementation of ResNext, thanks

Open junyongyou opened this issue 5 years ago • 2 comments
trafficstars

I am using ResNext50 in tensorflow.keras.application.resnet and also the ImageNet pretrained weights downloaded from https://github.com/keras-team/keras-applications/releases/download/resnet/resnext50_weights_tf_dim_ordering_tf_kernels_notop.h5. However, it seems the latest ResNext implementation does not match the weights. For example, if no top layers are included, an error "a weight file containing 106 layers into a model with 122 layers" is thrown. Does anybody have ImageNet pretrained weights matching the current implementation of ResNext50? Thanks a lot.

junyongyou avatar Aug 04 '20 19:08 junyongyou

@junyongyou Did you solve this problem? I also have this problem.

chqiwang avatar Oct 12 '20 14:10 chqiwang

@junyongyou Did you solve this problem? I also have this problem.

No. I didn't and I didn't work on this since then.

junyongyou avatar Oct 12 '20 20:10 junyongyou