keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Is a bug in NasNet ? #95

Closed K0BigYang closed 5 years ago

K0BigYang commented 5 years ago

Hello,

Line 163 :
input_shape = _obtain_input_shape(input_shape, default_size=default_size, min_size=32, data_format=backend.image_data_format(), require_flatten=True, weights=weights)

I think that arguments is fine for that "require_flatten=include_top" .

taehoonlee commented 5 years ago

@K0BigYang, I hope the #62 will help you.

K0BigYang commented 5 years ago

Ok, thanks a lot.👍