This is a summary repository of the sota models of the CNNs
Download the cifar-10 dataset and extract it to the ./Data
directory.
You can change the download parameter download=True
in the train file
or download it from the link below (recommended method):
baiduURL:https://pan.baidu.com/s/16U9FhTlv3BVuB3ixipayXg pw:ifdu
The ./train.py
can be used to train models contained in the ./models
module.
Many comments are written in the main function .train.py
to facilitate the interpretation of the training process