Skip to content
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

can it convert the undefine format model? #27

Open
eeric opened this issue Jul 11, 2017 · 4 comments
Open

can it convert the undefine format model? #27

eeric opened this issue Jul 11, 2017 · 4 comments

Comments

@eeric
Copy link

eeric commented Jul 11, 2017

sush as following:
layer{
name: "slice_fc1"
type:"Slice"
slice_param {
slice_dim: 1
}
bottom: "fc1"
top: "slice_fc1_1"
top: "slice_fc1_2"
}
layer{
name: "etlwise_fc1"
type: "Eltwise"
bottom: "slice_fc1_1"
bottom: "slice_fc1_2"
top: "eltwise_fc1"
eltwise_param {
operation: MAX
}
}
it was from that the light cnn C model: https://github.com/AlfredXiangWu/face_verification_experiment

@latifisalar
Copy link
Member

Unfortunately not, implementation of the custom layers needs to be added for the support.

@akbarxie
Copy link

Tecent yesterday release their ncnn,contain the layers you need ,but they only runs on the cpu,and not fast enough,but it may meets your needs.

@latifisalar
Copy link
Member

That's great, thanks for the update and your help, we'll have a look to their implementation.

@eeric
Copy link
Author

eeric commented Jul 31, 2017

@latifisalar, it was to be for the support to slice and etlwise, was it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants