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

Hi! Question about the calculation of φp . #1

Open
gzhhhere opened this issue Mar 26, 2021 · 1 comment
Open

Hi! Question about the calculation of φp . #1

gzhhhere opened this issue Mar 26, 2021 · 1 comment

Comments

@gzhhhere
Copy link

How to match the output of convolutional network G and MLP parameters φp? Since every Yp uses a different MLP, the
amount of parameters of MLPs(64-64-64-64-3) is far more than the amount of elements of the feature map(e.g. 16161024).I believe somewhere my understanding was wrong. Could you please give a simple example to correct me?

@vinthony
Copy link

vinthony commented Apr 9, 2021

Hi, I have asked the same question by email to the author, here is the response:

After the last layer of G we add a 1x1 conv layer with a number of channels that equals the number of parameters needed for the MLP (instead of 1024). So for example for 5 layers MLP this will be 5*(64*64+64) (up to the number of input and output channels). The kernel size in this layer is 1x1 (instead of 3x3). I'll correct the SM. Thank you for noticing this.

Hope it helps!

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