-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert error pytorch0.2 #25
Comments
The official version of caffe don't support several layers in Faceboxes. You can try ncnn:) |
is that because Faceboxes use the CReLU activate? |
I try to convert https://github.com/lxg2015/faceboxes/blob/master/networks.py |
@yja1 the network is similar to the Faceboxes here |
@KaleidoZhouYN Also some of other layers like Permute, etc. |
so can we just ignore the conversion of permute layer and artificially add caffe layer in prototxt to reach the same result about dim transpose? |
torch.version
'0.2.0_4'
ValueError: Unknown layer type: Negate, known types: ['Slice', 'MaxPool2d', 'Add', 'PReLU', 'ELU', 'MulConstant', 'Dropout', 'Addmm', 'BatchNorm', 'Concat', 'UpsamplingBilinear2d', 'Tanh', 'Softmax', 'ConvNd', 'Cmax', 'data', 'View', 'AddConstant', 'Sigmoid', 'LeakyReLU', 'AvgPool2d', 'Threshold']
when convert pytorch Faceboxes-->caffe
The text was updated successfully, but these errors were encountered: