keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 913 forks source link

Pretrained model: ResNet50_v1 #138

Closed wlt-cortex closed 4 years ago

wlt-cortex commented 4 years ago

Have you updated the pretrained model: ResNet50_v1 binary, which leads to md5 hash mismatched? The new hash is 35e359e52764b0461de8b0d7940745c5 and target hash in code is a7b3fe01876f51b976af0dea6bc144eb.

The download link is https://github.com/keras-team/keras-applications/releases/download/resnet/resnet50_weights_tf_dim_ordering_tf_kernels.h5.

Other models such as inception_v3, mobilenet can be download correctly.

taehoonlee commented 4 years ago

@BetaBeauty, The ResNet50 has never been updated recently. You can match the hash by downloading from https://github.com/fchollet/deep-learning-models/releases/download/v0.2/resnet50_weights_tf_dim_ordering_tf_kernels.h5.

wlt-cortex commented 4 years ago

Thanks @taehoonlee , the new model downloaded is well-used. But it's still strange for the wrong link in keras.applications.resnet.ResNet50. Anyway, the problem is solved and i'll close this issue.