Skip to content

Commit

Permalink
change pretrained model url
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-a-uchida committed Mar 1, 2018
1 parent 68a7463 commit ac450b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from wide_resnet import WideResNet
from keras.utils.data_utils import get_file

pretrained_model = "https://www.dropbox.com/s/rf8hgoev8uqjv3z/weights.18-4.06.hdf5?dl=1"
pretrained_model = "https://github.com/yu4u/age-gender-estimation/releases/download/v0.5/weights.18-4.06.hdf5"
modhash = '89f56a39a78454e96379348bddd78c0d'


Expand Down

0 comments on commit ac450b8

Please sign in to comment.