[go: nahoru, domu]

Skip to content

Burf/ResNet-Tensorflow2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ResNet ver TorchVision for Tensorflow2

This is an implementation of "ResNet ver TorchVision" on Keras and Tensorflow.

The implementation is based on official implementation.

Model

  • Model
    • ResNet-18
    • ResNet-34
    • ResNet-50
    • ResNet-101
    • ResNet-152
    • ResNeXt-50
    • ResNeXt-101
    • Wide-ResNet-50
    • Wide-ResNet-101
  • Pre-trained weight

Requirements

  • Python 3
  • tensorflow 2
  • torch 1.1▲ (Use the pre-trained weights)

Contributor