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

requests for the code #16

Closed
WangChyanhassth-2say opened this issue Oct 18, 2021 · 1 comment
Closed

requests for the code #16

WangChyanhassth-2say opened this issue Oct 18, 2021 · 1 comment

Comments

@WangChyanhassth-2say
Copy link

WangChyanhassth-2say commented Oct 18, 2021

Hi,
I've already read your paper and thought that's a wonderful job.
But when I try to read your code, I found those three blocks are not very clear in it.
It confuses me cause I want to use them as the part of other models.
So it may be rude, but would you please rewrite the code with the 'Micro-Block-A, Micro-Block-B, and Micro-Block-C' description as it is in the paper.
Thank you very much!

now the codes of the block looks like this:
'''

##StemLayer

A  ## + MFDC + RELU + Shuffle1 + MFPC + act_layer + Shuffle1 + Shuffle2

A  ## + MFDC + act_layer + Shuffle1 + Shuffle2 + MFPC + act_layer +Shuffle1 + Shuffle2

A? ## + MFDC + act_layer + Shuffle1 + Shuffle2 + MFPC + act_layer +Shuffle1 + Shuffle2

B? ## + MFPC + act_layer + Shuffle1 + MFDC + act_layer + Shuffle2 + MFPC + act_layer + Shuffle1 + Shuffle2

C  ## + MFPC + act_layer + Shuffle1 + MFDC + act_layer + Shuffle2 + MFPC + act_layer + Shuffle1 + Shuffle2

C  ## + MFPC + act_layer + Shuffle1 + MFDC + act_layer + Shuffle2 + MFPC + act_layer + Shuffle1 + Shuffle2

C? ## + MFPC + act_layer

'''

but it should be like:

'''

##StemLayer


A  ## + MFDC + RELU + Shuffle1 + MFPC + act_layer + Shuffle1 + Shuffle2

A  ## + MFDC + act_layer + Shuffle1 + Shuffle2 + MFPC + act_layer + Shuffle1 + Shuffle2

B  ## + MFDC + act_layer + Shuffle1 + Shuffle2 + MFPC + act_layer +Shuffle1 + Shuffle2 + MFPC + act_layer 

C  ## + Shuffle1 + MFDC + act_layer + Shuffle2 + MFPC + act_layer + Shuffle1 + Shuffle2 + MFPC + act_layer

C  ## + Shuffle1 + MFDC + act_layer + Shuffle2 + MFPC + act_layer + Shuffle1 + Shuffle2 + MFPC + act_layer

C  ## + Shuffle1 + MFDC + act_layer + Shuffle2 + MFPC + act_layer + Shuffle1 + Shuffle2 + MFPC + act_layer

'''

@liyunsheng13
Copy link
Owner

Thanks for letting me know your confusion. Mathematically, my implementation is exact same as what I wrote in the paper. But I agree with you that the organization is different. I will update it when I have time.

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