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
782
stars
224
forks
source link
in pytorch_to_caffe.py, why some variable operations do not have `log.cnet.add_layer` #82
Open
yaoqi-zd opened 4 years ago
In pytorch_to_caffe.py, why some variable operations do not have
log.cnet.add_layer
? like the following code:so when my network has such operations, I cannot find the corresponding layers in caffe prototxt.