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

About network architecture #8

Open
janchen0611 opened this issue Oct 20, 2020 · 1 comment
Open

About network architecture #8

janchen0611 opened this issue Oct 20, 2020 · 1 comment

Comments

@janchen0611
Copy link

Hi,
Congratulated for your team get the champion of AIM 2020 Image Inpainting Challenge.:)
Your result is really good and I would like to reproduce it.
After read your paper, I have some questions about network architecture:

  1. How many DMFB do you use in the middle of network?

  2. About the DMFB, the paper described: "Instance normalization (IN) and ReLU activation layers followed by the first convolution, second column convolutions and concatenation layer are omitted for brevity. The last convolutional layer only connects an IN layer."
    Does it means the first conv-3 is "Conv-IN-Relu" and the last conv-1 is "Conv-IN"?

  3. Continued by Q2, the last Add is before or after the IN?

Thanks for your help.

@Zheng222
Copy link
Owner

@janchen0611 Thank you for your interest in our method.

  1. 8 DMFBs in our experiment
  2. Yes, your understanding is absolutely correct.
  3. after IN

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