mlnet
mlnet copied to clipboard
Layer weight shape (3, 3, 640, 64) not compatible with provided weight shape (64, 3, 3, 3)
I'm unable to solve this problem.
I meet the same issue.How to solve this problem?
Keras uses tensorflow by default, to slove this problem you should modify the keras.json file as follows: "backend": "theano" "image_dim_ordering": "th"
/
Keras 默认使用 tensorflow,要解决这个问题,您应该按如下方式修改 keras.json 文件: “backend”: “theano” “image_dim_ordering”: “th”
hello,l meet the same issue.I use the method you mentioned.but can't solve the problem.what the versions of tensorflow and keras you used?