titu1994 / Keras-NASNet

"NASNet" models in Keras 2.0+ with weights
MIT License
200 stars 64 forks source link

skip_reduction parameter not used #19

Closed mrgloom closed 5 years ago

mrgloom commented 5 years ago

Looks like this parameter not used https://github.com/titu1994/Keras-NASNet/blob/master/nasnet.py#L117

titu1994 commented 5 years ago

This parameter is used, for deciding which tensor should be selected as input to the normal blocks.

The docstring is outdated, in that it is now called skip_reduction_layer_input