microsoft / MMdnn

MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
MIT License
5.8k stars 965 forks source link

[Caffe2Keras] converted keras gives wrong output value #834

Open nhatuan84 opened 4 years ago

nhatuan84 commented 4 years ago

Hi,

I have a Caffe model and I converted to Keras model (Caffe - IR - Keras) but when testing with same input, the Keras model gave different output value although the dimension is correct. What should I do?

The caffe model: https://github.com/CongWeilin/mtcnn-caffe/tree/master/12net

Thanks

XiaoXYe commented 4 years ago

Hi @nhatuan84 , thanks for your feedback, we will look into this issue. And do you have the required versions and packages given in the requirements? https://github.com/microsoft/MMdnn/blob/master/requirements/linux-py3.txt