Tensorflow implementation of RESNET20 based on keras implementation from https://keras.io/examples/cifar10_resnet/
This model (https://github.com/quezadasubiabre/RESNET20/blob/master/RESNET20_IN_TF.ipynb) is trained without data augmetation and reach 83.06% in CIFAR10 test set .
This model (https://github.com/quezadasubiabre/RESNET20/blob/master/RESNET20-TF_v1_hard_data_augmentation.ipynb) is trained with data augmentation and reach 90.75% in CIFAR10 test set.