Skip to content

tzing/resnet-swish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resnet-Swish

resnet + swish + training on ImageNet in PyTorch

Note

These code is written using pytorch version 67839ce, which is higher than the latest stable release 0.2.0.

In swish.py it supports in-place option but it is NOT working in pytorch 0.2.0. If you are using older version please turn it off.

Pretrained

You could got the pretrained model and checkpoint file here.

Note this model is only trained for 11 epoch and still not good enough to use.

validation prec:

  • resnet152: top1: 38.256%, top5: 64.610%

About

resnet + swish in pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages