Layer weight shape not compatible with provided weight shape
Closed this issue · 0 comments
YUAN0510 commented
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