Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download speed too slow #119

Open
Bananana1 opened this issue May 24, 2020 · 2 comments
Open

download speed too slow #119

Bananana1 opened this issue May 24, 2020 · 2 comments

Comments

@Bananana1
Copy link

Why download speed in China is too slow? I can't download it.

@Beats0
Copy link

Beats0 commented Jul 1, 2020

I replace the url to my localhost url

go to the releases page and download the releases modules
copy to your models folder, create a static file http server

go to your python lib

/Users/{username}/Library/Python/2.7/lib/python/site-packages/keras_applications/

replace the git weight url to your server weight url

example:

inception_resnet_v2.py

- # BASE_WEIGHT_URL = ('https://github.com/fchollet/deep-learning-models/'
- #                    'releases/download/v0.7/')
+ BASE_WEIGHT_URL = ('http://localhost:5500/models/v0.7/')

@cool3rzZ
Copy link

I replace the url to my localhost url

go to the releases page and download the releases modules copy to your models folder, create a static file http server

go to your python lib

/Users/{username}/Library/Python/2.7/lib/python/site-packages/keras_applications/

replace the git weight url to your server weight url

example:

inception_resnet_v2.py

- # BASE_WEIGHT_URL = ('https://github.com/fchollet/deep-learning-models/'
- #                    'releases/download/v0.7/')
+ BASE_WEIGHT_URL = ('http://localhost:5500/models/v0.7/')

thanks!

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

No branches or pull requests

3 participants