Keras-NASNet icon indicating copy to clipboard operation
Keras-NASNet copied to clipboard

A bug in your code

Open vicdxxx opened this issue 5 years ago • 1 comments

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

vicdxxx avatar Mar 28 '19 07:03 vicdxxx

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.

titu1994 avatar Mar 28 '19 14:03 titu1994