titu1994 / Keras-NASNet

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

Missing addition in reduction cell #3

Closed AlfTetzlaff closed 6 years ago

AlfTetzlaff commented 6 years ago

I think line 646 in nasnet.py is missing the addition of x2 and x5.

titu1994 commented 6 years ago

Yup. That was a great catch! I will be uploading the fix + weights in some time