flyyufelix / cnn_finetune

Fine-tune CNN in Keras
https://flyyufelix.github.io/2016/10/08/fine-tuning-in-keras-part2.html
MIT License
937 stars 413 forks source link

Input_shape mis_match using the denseNet121.py #41

Closed alyato closed 6 years ago

alyato commented 6 years ago

I use the theano as backend. when i run densenet121.py, it show me ValueError: Error when checking input: expected data to have shape (224, 224, 3) but got array with shape (3, 224, 224) It's weird.