All Projects → taki0112 → Resnet Tensorflow

taki0112 / Resnet Tensorflow

Licence: mit
Simple Tensorflow implementation of pre-activation ResNet18, 34, 50, 101, 152

Programming Languages

python
139335 projects - #7 most used programming language

ResNet-Tensorflow

Simple Tensorflow implementation of pre-activation ResNet18, ResNet34, ResNet50, ResNet101, ResNet152

Summary

dataset

  • tiny_imagenet
  • cifar10, cifar100, mnist, fashion-mnist in keras (pip install keras)

Train

  • python main.py --phase train --dataset tiny --res_n 18 --lr 0.1

Test

  • python main.py --phase test --dataset tiny --res_n 18 --lr 0.1

Related works

Author

Junho Kim

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].