This repository was archived by the owner on Nov 3, 2022. It is now read-only.
This repository was archived by the owner on Nov 3, 2022. It is now read-only.
Efficientnet's BASE_WEIGHTS_PATH points to external release #198
Open
Description
Summary
It seems like in the case of DenseNet and ResNet, the weights are released on the keras-applications
repo:
keras-applications/keras_applications/densenet.py
Lines 27 to 29 in bc89834
keras-applications/keras_applications/resnet_common.py
Lines 41 to 43 in bc89834
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
Metadata
Metadata
Assignees
Labels
No labels