ENCP / CNNdroid

Open Source Library for GPU-Accelerated Execution of Trained Deep Convolutional Neural Networks on Android
MIT License
539 stars 181 forks source link

model result inconformity #28

Open eeric opened 7 years ago

eeric commented 7 years ago

According to the model converted by cnndroid, the feature data was inconformity with that the model caffe version, why?

latifisalar commented 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.