titu1994 / DenseNet

DenseNet implementation in Keras
MIT License
707 stars 294 forks source link

Poor CIFAR100 accuracy #62

Open christa60 opened 5 years ago

christa60 commented 5 years ago

Hello, I tried the cifar100.py with the default setting, only got around 40% accuracy. Then I tried (depth=100, epochs=300, bottleneck=True), only got 55% accuracy. Could you please let me know your setting for cifar100 that achieve the accuracy you reported in the README.md? Thank you!

sjf8866 commented 5 years ago

Hello, I have the same problem as yours, and the accuracy of cifar-100 is very low. Can you solve it now?