rdcolema/keras-image-classification

Layer weight shape not compatible with provided weight shape

Closed this issue · 0 comments

I am the new one to learning using the keras and have problems about this code:

error:Layer weight shape (3, 3, 3, 64) not compatible with provided weight shape (64, 3, 3, 3)
i tried to change backend and "image_dim_ordering": "th", but those did not work