caffe2keras
caffe2keras copied to clipboard
ValueError: Layer weight shape (131072, 1000) not compatible with provided weight shape (2048, 1000)
trafficstars
I got this error when convert ResNet-101 ValueError: Layer weight shape (131072, 1000) not compatible with provided weight shape (2048, 1000) Please help me
Unfortunately I'm not maintaining this any more. I've added this message to the README:
I don't use Caffe or Keras any longer and am not planning to update this code. @ysh329 has compiled a fantastic list of alternative software that you can use instead. Happy converting! :smile:
Microsoft's MMdnn looks like it may be a good option for Caffe-to-Keras conversion, but I haven't tested it myself.
Actually I'll leave this open so that it stays at the top of the issue list.