Skip to content

Commit

Permalink
change trained model
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Uchida committed Aug 21, 2020
1 parent e72a411 commit 68d0ecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from src.factory import get_model


pretrained_model = "https://github.com/yu4u/age-gender-estimation/releases/download/v0.5/weights.28-3.73.hdf5"
modhash = 'fbe63257a054c1c5466cfd7bf14646d6'
pretrained_model = "https://github.com/yu4u/age-gender-estimation/releases/download/v0.6/EfficientNetB3_224_weights.11-3.44.hdf5"
modhash = '6d7f7b7ced093a8b3ef6399163da6ece'


def get_args():
Expand Down
4 changes: 2 additions & 2 deletions evaluate_appa_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from src.factory import get_model


pretrained_model = "https://github.com/yu4u/age-gender-estimation/releases/download/v0.5/weights.28-3.73.hdf5"
modhash = "fbe63257a054c1c5466cfd7bf14646d6"
pretrained_model = "https://github.com/yu4u/age-gender-estimation/releases/download/v0.6/EfficientNetB3_224_weights.11-3.44.hdf5"
modhash = '6d7f7b7ced093a8b3ef6399163da6ece'


def get_args():
Expand Down

0 comments on commit 68d0ecb

Please sign in to comment.