We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why download speed in China is too slow? I can't download it.
The text was updated successfully, but these errors were encountered:
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/')
Sorry, something went wrong.
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!
No branches or pull requests
Why download speed in China is too slow? I can't download it.
The text was updated successfully, but these errors were encountered: