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

"NASNet" models in Keras 2.0+ with weights

Results 9 Keras-NASNet issues
Sort by recently updated
recently updated
newest added

This is error which i observed during the execution, ValueError: Error when checking target: expected predictions to have shape (None, 10) but got array with shape (48, 2) I used...

Thanks for the amazing work I am having issue regarding network learning. My NASNet model ain't learning. Training accuracy is improving but validation accuracy isn't changing and stuck at 0.4194....

Due to some network issues, `urlretrieve` raises error for me when it tries to download model. My solution to that normally is to manually download the .h5 file and put...

hello @titu1994 , I am using your code to train my dataset, and i want to train it with a pretrain model that you provide in nasnet.py. But the problem...

there is no train script, how can i train this model rather than predict

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...

edited - thought this was related to include_top, but seems not e.g. ```python from nasnet import NASNet n = NASNet() ``` gives > ValueError: Operands could not be broadcast together...

Hi, I’m really sorry for this kind of spam but I really need your help. The reason why I’m forwarding this message is that I’ve been working for a month...