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

Questions about the implementation #17

Closed
sayakpaul opened this issue Nov 3, 2021 · 1 comment
Closed

Questions about the implementation #17

sayakpaul opened this issue Nov 3, 2021 · 1 comment

Comments

@sayakpaul
Copy link

Hi.

I am trying to implement MicroNet in TensorFlow. I am trying to understand the computation differences between SpatialSepConvSF and DepthSpatialSepConv. From the looks of it, their blocks look all the same to me barring the number of output channels that could have been efficiently parameterized through a single class I believe.

The only difference seems to be the ChannelShuffle layer in the former i.e., the SpatialSepConvSF block. ChannelShuffle isn't mentioned in the paper as well.

Could you shed some light?

@liyunsheng13
Copy link
Owner

The implementation is very similar. The SpatialSepConvSF is used on layers with different input and output channels.

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