Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Efficientnet's BASE_WEIGHTS_PATH points to external release #198

Open
xhluca opened this issue Nov 23, 2020 · 0 comments
Open

Efficientnet's BASE_WEIGHTS_PATH points to external release #198

xhluca opened this issue Nov 23, 2020 · 0 comments

Comments

@xhluca
Copy link

xhluca commented Nov 23, 2020

Summary

It seems like in the case of DenseNet and ResNet, the weights are released on the keras-applications repo:

BASE_WEIGTHS_PATH = (
'https://github.com/keras-team/keras-applications/'
'releases/download/densenet/')

BASE_WEIGHTS_PATH = (
'https://github.com/keras-team/keras-applications/'
'releases/download/resnet/')

In the case of EfficientNet, the weights come from a fork of keras-applications:
https://github.com/keras-team/keras-applications/blob/master/keras_applications/efficientnet.py#L33-L35

Although the hashes should ensure the file downloaded is authentic, is there a plan for handling release URL changes?

Environment

  • Python version: N/A
  • Keras version: N/A
  • Keras-applications version: Master
  • Keras backend with version: N/A

Logs or source codes for reproduction

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant