Skip to content

Commit

Permalink
Update weights url for inception_resnet_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 8, 2017
1 parent dc92abc commit 0f1c855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keras/applications/inception_resnet_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
from ..utils.data_utils import get_file
from ..engine.topology import get_source_inputs
from ..applications.imagenet_utils import _obtain_input_shape
from ..applications.imagenet_utils import decode_predictions
from .. import backend as K


BASE_WEIGHT_URL = 'https://github.com/myutwo150/keras-inception-resnet-v2/releases/download/v0.1/'
BASE_WEIGHT_URL = 'https://github.com/fchollet/deep-learning-models/releases/download/v0.7/'


def preprocess_input(x):
Expand Down

0 comments on commit 0f1c855

Please sign in to comment.