Skip to content

ponpon010548/tf2-resnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

tf2-resnet

An implementation of Deep Residual Learning for Image Recognition https://arxiv.org/abs/1512.03385

  • Resnet-18
  • Resnet-34
  • Resnet-50
  • Resnet-101
  • Resnet-152

Requirement

  • tensorflow >= 2.0.0

Usage

  • Clone the respository and import build.py
  • To create a model for resnet50, $resnet50 = build_net("resnet50", CLASSES)