This is a pure tensorflow Implemention of ResNet.You can refer to the code of pytorch official version.
Python3
tensorflow1.12
You can download pretrained model weights from BaiduYun Drive. All the weights are converted from torchvision.model.resnet.
[1] He, Kaiming , et al. "Deep Residual Learning for Image Recognition." arXiv arXiv:1512.03385 (2015).
[2] pytorch official code and pre-trained weights.