This is an implementation of "ResNet ver TorchVision" on Keras and Tensorflow.
The implementation is based on official implementation.
- Model
- ResNet-18
- ResNet-34
- ResNet-50
- ResNet-101
- ResNet-152
- ResNeXt-50
- ResNeXt-101
- Wide-ResNet-50
- Wide-ResNet-101
- Pre-trained weight
- Imagenet(The pre-trained weights are converted from official weight.)
- Python 3
- tensorflow 2
- torch 1.1▲ (Use the pre-trained weights)
- Hyungjin Kim(flslzk@gmail.com)