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

Channel size #29

Open
vkothapally opened this issue Nov 30, 2021 · 1 comment
Open

Channel size #29

vkothapally opened this issue Nov 30, 2021 · 1 comment

Comments

@vkothapally
Copy link

DDFPack and DDFUpPack currently assume that the in_channels and out_channels are the same. Can you make short changes to the modules to allow them to work for different in_channels and out_channels?

Also, I had an issue when I tried using DDFPack for input with single-channel (eg. input with dimensions [10,1,256,256] ) Can you please let me know if there is something I'm missing out on?

@theFoxofSky
Copy link
Owner

  1. In theory, DDF decouples dynamic depth-wise convolution, so it cannot change the number of channels, you can append a 1x1 convolution after DDF to change the number of channels.

  2. What happened when feeding single-channel inputs

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

2 participants