Open eeric opened 7 years ago
The exact layer weights are matching together, you can compare the output blob of CNNdroid and caffe to confirm it. The only changes are the flattening of Fully-connected layer weights, and the zero padding done for the correctness of kernel execution in the parallel model.
According to the model converted by cnndroid, the feature data was inconformity with that the model caffe version, why?