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

Error in paper? Figure 1 #28

Open
Faur opened this issue Oct 18, 2017 · 3 comments
Open

Error in paper? Figure 1 #28

Faur opened this issue Oct 18, 2017 · 3 comments

Comments

@Faur
Copy link

Faur commented Oct 18, 2017

I am wondering if there isn't an error in Figure 1. In order to get m=256 in the last conv. layer there must be a skip connection around the last dense block in the upsampling path, which is valid, since there aren't any transition up blocks

image

@decrispell
Copy link

I believe you are right - See Issues #9 and #19.

@Faur
Copy link
Author

Faur commented Oct 20, 2017

Yes, thank you!

@pjohh
Copy link

pjohh commented Jan 23, 2018

According to your code and my understanding of the functionality of a dense block, there should also be a concatenation "around" the bottleneck dense block (concatenate input and output of bottleneck), otherwise number of feature maps dosen't match ... Am I right?

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

3 participants