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
MIT License
783 stars 224 forks source link

Mul #66

Open liuyuancv opened 4 years ago

liuyuancv commented 4 years ago

I met this problem, escriptor 'mul' requires a 'torch._C._TensorBase' object but received a 'builtin_function_or_method.

Is the operation of torch.mul not supported here?

budaLi commented 4 years ago

hi can you tell me how do you solve it?