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

支持多输入么 #118

Open xingmurong opened 1 year ago

xingmurong commented 1 year ago

类似于 model.forward(x0, x1, x2) 这种网络支持转caffe么