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

DenseNet in this benchmark has "naive" implementaiton, will underperform #93

Open
ahundt opened this issue Dec 13, 2017 · 1 comment
Open

Comments

@ahundt
Copy link

ahundt commented Dec 13, 2017

At the time of writing, DenseNet is implemented in this benchmark with what is described as the "naive" implementation in Memory-Efficient Implementation of DenseNets. This will under perform compared to the ideal implementation because recursive tf.concat will lead to excessive memory usage.

Details are in the upstream tf issuse tensorflow/tensorflow#12948.

@bignamehyp
Copy link
Member

We currently don't have anybody working on this. It would be great if you could help us by working on this and submitting a PR. Let us know if you need further clarification. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants