mlnet icon indicating copy to clipboard operation
mlnet copied to clipboard

Layer weight shape (3, 3, 640, 64) not compatible with provided weight shape (64, 3, 3, 3)

Open rabeya-akter opened this issue 3 years ago • 3 comments

image

I'm unable to solve this problem.

rabeya-akter avatar Jul 05 '21 05:07 rabeya-akter

I meet the same issue.How to solve this problem?

James6699 avatar Aug 12 '22 08:08 James6699

Keras uses tensorflow by default, to slove this problem you should modify the keras.json file as follows: "backend": "theano" "image_dim_ordering": "th"

dragonstrong avatar Jan 06 '23 06:01 dragonstrong

/

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?

foxquan avatar Mar 20 '23 03:03 foxquan