xxradon / PytorchToCaffe

Pytorch model to caffe model, supported pytorch 0.3, 0.3.1, 0.4, 0.4.1 ,1.0 , 1.0.1 , 1.2 ,1.3 .notice that only pytorch 1.1 have some bugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The results of verify_deploy.py are different.

wxy1234567 opened this issue · comments

Network is ResNet18
The output_diff of np.ones([1, 3224, 224]) is 0.980732.
Output maximum index:pytorch:(array([623]),) ,caffe :(array([872]),).