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

How to implement slice layer in darknet #3132

Open
beHappy666 opened this issue May 11, 2019 · 4 comments
Open

How to implement slice layer in darknet #3132

beHappy666 opened this issue May 11, 2019 · 4 comments
Labels
want enhancement Want to improve accuracy, speed or functionality

Comments

@beHappy666
Copy link

No description provided.

@AlexeyAB
Copy link
Owner

Do you mean Caffe slice layer (something like Reverse-Concat layer)? https://caffe.berkeleyvision.org/tutorial/layers/slice.html

Or do you mean something like Slice-RNN SRNN layers https://aclweb.org/anthology/C18-1250 and https://arxiv.org/abs/1802.04402 ?

@AlexeyAB AlexeyAB added the want enhancement Want to improve accuracy, speed or functionality label May 11, 2019
@beHappy666
Copy link
Author

beHappy666 commented May 13, 2019

Yes. I just want to divide filters to groups(operation just like slice layer in caffe) and do diverse conv, and then concat. Do you have any ideas? Thanks

@AlexeyAB
Copy link
Owner

AlexeyAB commented Nov 7, 2019

slice_layer: https://github.com/gmayday1997/darknet.CG/blob/master/src/channel_slice.c
Is implemented for ShuffleNetv2: #3750

@beHappy666
Copy link
Author

@AlexeyAB thk you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
want enhancement Want to improve accuracy, speed or functionality
Projects
None yet
Development

No branches or pull requests

2 participants