Skip to content

Implementation 'Improved Residual Networks for Image and Video Recognition'

Notifications You must be signed in to change notification settings

marload/ImprovedResNet-TensorFlow2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Improved Residual Networks

This is a repository that implements "Improved Residual Networks for Image and Video Recognition" using TensorFlow2. The author's official repository is pytorch-iresnet. Most of them were referred to on pytorch-iresnet.

The accuracy on ImageNet (Data in the official repository):

Network 50-layers 101-layers 152-layers 200-layers
ResNet 76.12% 78.00% 78.45% 77.55%
iResnet 77.31% 78.64% 79.34% 79.48%

Requirements

  • tensorflow > 2.1

Usage

$ python src/train \
--nets={iresnet18, iresnet50, etc...}
--batch_size={default=64}
--epochs={default=100}

About

Implementation 'Improved Residual Networks for Image and Video Recognition'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages