95.7% on CIFAR10 with TensorFlow2
I trained CIFAR10 dataset with TensorFlow2, it is very easy to build the project environment by using TensorFlow2’s docker container.
You can download it form here .
If you find this project useful and using it in your work please cite this implementation, thanks.
Model | Acc |
---|---|
Resnet56 | 94.0% |
Resnet110 | 94.6% |
Resnet164 | 94.6% |
MobileNetV2 | 94.3% |
DPN92 | 95.7% |
./cifar/original
parse.py
python3 ./dataset/parse.py
tain.py
, you need to modify train.py
to choose a net you want to train.
python3 train.py
Please read the config.py
for more details.
You can test the accuracy of CIFAR10 by my models.
Model | Link |
---|---|
Resnet56 | Google Drive Baidu Yun 477p |
Resnet110 | Google Drive Baidu Yun exus |
Resnet164 | Google Drive Baidu Yun hy37 |
MobileNetV2 | Google Drive Baidu Yun 1pnj |
DPN92 | Google Drive Baidu Yun 9ruw |