GithubHelp home page GithubHelp logo

chuong98 / airnet-pytorch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from soeaver/airnet-pytorch

0.0 2.0 0.0 408 KB

Implementation of the paper ''Attention Inspiring Receptive-fields Network''

Python 100.00%

airnet-pytorch's Introduction

AirNet-PyTorch

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.36 25.7 22.11 6.18 GoogleDrive
AirNet50-1x64d (r=2) 4.72 27.4 21.83 5.89 GoogleDrive
AirNeXt50-32x4d 5.29 25.5 20.87 5.52 GoogleDrive

Other Resources (from DPNs)

ImageNet-1k Trainig/Validation List:

ImageNet-1k category name mapping table:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.