Skip to content

Commit

Permalink
Update inception_v4.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent Sommer authored Feb 13, 2017
1 parent f4c8302 commit 5acfaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inception_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,5 @@ def inception_v4(num_classes, dropout_keep_prob, weights):

return model

def create_model(num_classes=1001, dropout_keep_prob=0.8, weights=None):
def create_model(num_classes=1001, dropout_keep_prob=0.2, weights=None):
return inception_v4(num_classes, dropout_keep_prob, weights)

0 comments on commit 5acfaca

Please sign in to comment.