Keras-NASNet
Keras-NASNet copied to clipboard
A bug in your code
I tried to use NASNET you wrote, I find adjust_block function in nasnet.py has a bug: BatchNormalization should have diff name, but it is not now. I changed these name to adjust_bn_1 and adjust_bn_2_ then pass
Nasnet has been used multiple times without issues, and can load weights and predict and train. I don't think there is a bug. Please post the stack trace.