Skip to content

Commit

Permalink
Correct new argument
Browse files Browse the repository at this point in the history
  • Loading branch information
titu1994 committed Sep 15, 2017
1 parent 982c698 commit 6e98c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resnext.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def ResNext(input_shape=None, depth=29, cardinality=8, width=64, weight_decay=5e
default_size=32,
min_size=8,
data_format=K.image_data_format(),
include_top=include_top)
require_flatten=include_top)

if input_tensor is None:
img_input = Input(shape=input_shape)
Expand Down

0 comments on commit 6e98c74

Please sign in to comment.