ethereon / caffe-tensorflow

Caffe models in TensorFlow
Other
2.8k stars 1.04k forks source link

caffe model to tf slim #90

Open ajkl opened 7 years ago

ajkl commented 7 years ago

I converted a resnet caffe model to tensorflow model. Are the pre-trained model weights compatible with tf-slim resnet ? If not, any suggestions on how to make the caffe model weights compatible with the resnet tf-slim model ?

wonderzy commented 7 years ago

Hi,I found the same problem. And it seems that Tensorflow is [batch x height x width x channels] but caffe is [batch x channel x height x width].