liuzhuang13 / DenseNet

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

Great results! CIFAR-100 top1 accuracy ~ 100% #3

Closed pannous closed 8 years ago

pannous commented 8 years ago

Not a bug, just a praise: Within a few hours the CIFAR-100 accuracy goes up to 100% !

 | Epoch: [190][423/782]    Time 0.166  Data 0.000  Err 0.0518  top1   0.000  top5   0.000
 | Epoch: [190][424/782]    Time 0.166  Data 0.000  Err 0.1035  top1   3.125  top5   0.000
 | Epoch: [190][425/782]    Time 0.166  Data 0.000  Err 0.0389  top1   1.562  top5   0.000

Legendary! Time to increase the test set.

liuzhuang13 commented 8 years ago

Thanks! But in my understanding what you showed is the training top1 error, it's not a surprise that the training error will go down to almost 0 at some point....