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

Question about the m=1088 #22

Open
haqishen opened this issue Sep 6, 2017 · 0 comments
Open

Question about the m=1088 #22

haqishen opened this issue Sep 6, 2017 · 0 comments

Comments

@haqishen
Copy link

haqishen commented Sep 6, 2017

Hi, I've got a question here:

First upsampling, m = 656 + 15x16 + 12x16 = 1088

In your code here: https://github.com/SimJeg/FC-DenseNet/blob/master/FC-DenseNet.py#L98-L108

It seems that the output stack in Line 92 haven't been used in the rest of the network, is that right?

Also, it looks like every output (stack of Line 108) of DBs in upsample path were unused, since this line:
stack = TransitionUp(skip_connection_list[i], block_to_upsample, n_filters_keep)
TU overwrite stack every time after a DB output that stack .

If the assumption above is correct, the m of first upsampling should be 656 + 12x16 = 848

Do I miss something?

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

1 participant