Skip to content

pure tensorflow Implemention of resnet. provide pretrained model weights in imagenet.

Notifications You must be signed in to change notification settings

MioChiu/ResNet_TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ResNet_TensorFlow

This is a pure tensorflow Implemention of ResNet.You can refer to the code of pytorch official version.

Requirements

Python3
tensorflow1.12

Pre-trained Model

You can download pretrained model weights from BaiduYun Drive. All the weights are converted from torchvision.model.resnet.

Reference

[1] He, Kaiming , et al. "Deep Residual Learning for Image Recognition." arXiv arXiv:1512.03385 (2015).
[2] pytorch official code and pre-trained weights.

About

pure tensorflow Implemention of resnet. provide pretrained model weights in imagenet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages