Open ajkl opened 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 ?
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].
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 ?