Skip to content

NASNet Mobile Weights

Compare
Choose a tag to compare
@titu1994 titu1994 released this 07 Jan 06:10
· 21 commits to master since this release

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.