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

Implementation help #13

Closed
pGit1 opened this issue Apr 27, 2017 · 2 comments
Closed

Implementation help #13

pGit1 opened this issue Apr 27, 2017 · 2 comments

Comments

@pGit1
Copy link

pGit1 commented Apr 27, 2017

@titu1994 ,

Sorry for being a python noob but how does this implementation work? I tested and see that the code works as is to construct the model, but it builds the mode with a call to the DenseNet() function. My question is how does it do this even though the DenseNet function never makes a call to the other DenseNet building blocks functions (the ones prefixed with "__")? This is very confusing to me but amazing at the same time. PLEASE HELP!

@titu1994
Copy link
Owner

See line 108 in densenet.py. It calls the __create_dense_net(...) method, which calls the other __ methods.

@pGit1
Copy link
Author

pGit1 commented Apr 28, 2017

This is a great implementation. The best I've seen. Really wish I could spend a weekend learning from you.

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