liuzhuang13 / DenseNet

Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
BSD 3-Clause "New" or "Revised" License
4.69k stars 1.06k forks source link

Densenet on CIFAR training from scratch #63

Closed qiangwang57 closed 4 years ago

qiangwang57 commented 4 years ago

Hello, thanks for this brilliant work. In your paper, more specifically, Section 4.1 CIFAR, you mentioned: "for the final run we use all 50000 images and report the final test error at the end of training". What does this mean? The training was repeated several times, and each time with the weights from the previous run? And in the last run, training Densenet without validation, and getting the final result on the 10000 testing images?

Best wishes, Qiang