Giter Club home page Giter Club logo

pytorch--senet's Introduction

Squeeze - and - Excitation Networks implementation (pytorch)

  • For training

    python main.py 
    # argparser Default 
    --print_freq 32 --save_dir ./save_model/ --save_every 10
    --lr 0.1 --weight_decay 1e-4 --momentum 0.9 
    --Epoch 80 --batch_size 128 --test_batch_size 100 
    --cutout True --n_masks 1 --length 16 
    --normalize batchnorm
    

Result
  • Batch normalization
resnet(from yeonsu repository) SE + resnset (this code) + batchnorm SEresnet + cutout + batch norm (this code) (cut length : 16)
top - 1 error 6.27 6.15 4.76
  • Group normalization
SE + resnet (this code) + groupnorm SEresnet + cutout + groupnorm (this code) (cut length : 16)
top - 1 error 7.46 6.56
  • Group normalization + weight standardization
SE + resnet (this code) + groupnorm + weight standardization SEresnet + cutout + groupnorm (this code) (cut length : 16) + weight standardization
top - 1 error 7.08 6.24

Preprocessing
Parameters
  • Weight_initialization - kaiming_normal
  • Optimizer
    • SGD
      • Learning_rate : 0.1
      • Milestones [250, 375]
      • gamma : 0.1
    • Weight_decay : 0.4
    • momentum : 0.9
Others

pytorch--senet's People

Contributors

leeyeonsu avatar

Stargazers

BAEM1N avatar  avatar

Watchers

 avatar

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.