-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 there any memory efficient DenseNet implementation using Tensorflow #36
Comments
Sorry I'm not quite sure how to do this in tensorflow. |
Hi, please first check our technical report, which should give you enough knowledge to implement a memory-efficient DenseNet. |
Note I've got an outstanding feature request for the necessary operations on tensorflow itself at tensorflow/tensorflow#12948. |
@ahundt good job! thanks for helping make a feature request on TF. |
https://github.com/joeyearsley/efficient_densenet_tensorflow Made using gradient checkpointing like the gpleiss repo does. |
So far, I cannot find any memory efficient implementation DenseNet implementation on Tensorflow. In the Torch codes, there are explicit assignment of shared memory. Would you please provide some hints on how to implement this on Tensorflow? Thank you.
The text was updated successfully, but these errors were encountered: