Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 456 Bytes

ResNet-Cifar

ResNet for CIFAR with Estimator API and tf.keras.Model class

You can download each dataset and convert it to tfrecords using:

python generate_cifar_tfrecords.py --data-dir=./cifar10 --dataset cifar10

Then, you can run the ResNet model using:

python main.py --data-dir=./cifar10 \
               --job-dir=./log/cifar10 \
               --dataset cifa10 \
               --num-layers=20 \
               --version v1