NASNet Mobile Weights
Weights from NASNet Mobile model which have just been pre-trained on the AVA dataset.
Note : There are two files.
nasnet_weights.h5
is trained fully, and scores 0.067.nasnet_weights_0_0848.h5
is for the pre-trained version, with scores of 0.0848.
Notable limitations :
- Requires images to be 224x224 size only during evaluation, unlike MobileNet which can take any image size.