Open Bananana1 opened 4 years ago
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/')
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!
Why download speed in China is too slow? I can't download it.