Slimming-pytorch
Slimming-pytorch copied to clipboard
How to convert pytorch to caffe
I used pytorch2caffe tools to convert the model to caffemodel. But error occured because the tools only support the older version torch such as 0.2 . The error is 'KeyError: 'ExpandBackward''. However, this project needs version 0.4. How to deal with this problem?