You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: