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

confusion in implementation of decoded network #75

Closed
mrluin opened this issue Nov 13, 2019 · 3 comments
Closed

confusion in implementation of decoded network #75

mrluin opened this issue Nov 13, 2019 · 3 comments

Comments

@mrluin
Copy link

mrluin commented Nov 13, 2019

Hi,
Thanks for your implementation!
I have some confusion in the implementation of the decoded network.
I knew that each cell has two inputs from prev_prev_cell and prev_cell. But what the case in the decoded network. I mean that: If layer_i has downsampling rate 16, but layer_{i-1} has downsampling rate 4. In this case, prev_prev_c is None and only has prev_c's output as input, right? (from the paper, I saw that prev_prev_c's output should have the same scale as the current layer).
Could you give me some hints? Thanks in advance.

@zhizhangxian
Copy link
Collaborator

If lay_i havs downsampling 16 then it will only get information from lay_{i-1} with sample 8 and 16 not 4

@mrluin
Copy link
Author

mrluin commented Nov 13, 2019

Thank you for your quick answer! @zhizhangxian
I have another question about affine of BN in train_search phase and retrain phase. From darts, the learnable parameters of BN are disabled in train_search phase. But in some other paper like proxylessNAS, affine of BN is not set specifically. What effect do you think affine mode of BN might have?
Looking forward to your reply!

@zhizhangxian
Copy link
Collaborator

In our experiment, we set affine to False in search and True in retrain
False in search is accroding toi darts
True in retrain is accroding to deeplab v3+

@mrluin mrluin closed this as completed Nov 13, 2019
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