keras2caffe
keras2caffe copied to clipboard
convolution layers of keras and caffe has different output
It seems that the output of convolution layers of keras and caffe has different output even when the input the and weights are all the same. It may be caused by the padding implementation in tensorflow and caffe. Does anyone meet the same issue?
Yes,I met the same problem.Did u solve the issue?
I think pooling layer has the difference between caffe and tf
It seems that the output of convolution layers of keras and caffe has different output even when the input the and weights are all the same. It may be caused by the padding implementation in tensorflow and caffe. Does anyone meet the same issue?
I met the same question.Did you solve the problem?
I think pooling layer has the difference between caffe and tf
I met the same question.Did you solve the problem?
So, bascially, the transfered caffemodel can not get the same results as the keras .h5 model predict?