hahnyuan / nn_tools

Neural Network Tools: Converter and Analyzer. For caffe, pytorch, draknet and so on.
MIT License
355 stars 63 forks source link

pytorch2caffe, I test the caffe model,but the result is terriable #7

Open tongshiwen opened 5 years ago

tongshiwen commented 5 years ago

I convert the pytorch model to caffe , I test the caffe model,but the result is terriable

soham24 commented 5 years ago

Hello, Did you got any improvement on this. I am facing the same issue

hahnyuan commented 5 years ago

Hi, I have wrote a example/testify_pytorch_to_caffe_example.py, that will tell you which layer is wrong. I need more information about your network to find out the problem. Thank you.