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

Is the _make_dense function make the dense block really? #6

Closed
acgtyrant opened this issue Apr 19, 2017 · 2 comments
Closed

Is the _make_dense function make the dense block really? #6

acgtyrant opened this issue Apr 19, 2017 · 2 comments

Comments

@acgtyrant
Copy link

See https://github.com/bamos/densenet.pytorch/blob/master/densenet.py#L107

I think it just make a line, not a complete graph...

@bamos
Copy link
Owner

bamos commented Apr 19, 2017

Look at the model graph here: https://github.com/bamos/densenet.pytorch/blob/master/images/model.png

It's not just a line because of the torch.cats in the Bottleneck and SingleLayer functions.

-Brandon.

@bamos bamos closed this as completed Apr 19, 2017
@acgtyrant
Copy link
Author

So it is!

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