AirNet-PyTorch

March 16, 2018 · View on GitHub

Implementation of the paper ''Attention Inspiring Receptive-fields Network'' (under review), which contains the evaluation code and trained models. By:

Lu Yang, Qing Song, Yingqi Wu and Mengjie Hu

Install

Evaluation

  • Download the trained models, and move them to the ckpts folder.
  • Run the eval.py:
    python eval.py --gpu_id 0 --arch airnet50_1x64d --model_weights ./ckpts/air50_1x64d.pth
    
  • The results will be consistent with the paper.

Results

ImageNet1k

Single-crop (224x224) validation error rate is reported.

Network                Flops (G)Params (M)Top-1 Error (%)Top-5 Error (%)Download
AirNet50-1x64d (r=16)4.3625.722.116.18GoogleDrive
AirNet50-1x64d (r=2)4.7227.421.835.89GoogleDrive
AirNeXt50-32x4d5.2925.520.875.52GoogleDrive

Other Resources (from DPNs)

ImageNet-1k Trainig/Validation List:

ImageNet-1k category name mapping table: