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

Wide-DenseNet #20

Closed
1292765944 opened this issue Jul 23, 2017 · 3 comments
Closed

Wide-DenseNet #20

1292765944 opened this issue Jul 23, 2017 · 3 comments

Comments

@1292765944
Copy link

Congrats for best paper on CVPR 2017!
I'm troubled with the memory problem with densenet. Would you share your wide-densenet implementation and pre-train models publicly?

Best!

@liuzhuang13
Copy link
Owner

Hello @1292765944 and thanks!

To run a wide-densenet just set -depth to be relatively small (e.g. 40) and -growthRate to be relatively large (e.g. 48), there's no seperate implementation for wide-densenet.

And sorry we didn't train any wide-densenets on ImageNet, so no pre-trained models are available now.

@1292765944
Copy link
Author

@liuzhuang13
You mean DenseNet-161 (k=48)? I notice that your imagenet pre-trained models all have large growthRate(32 or 48) . So wide-densenet means more wider?

@liuzhuang13
Copy link
Owner

@1292765944 Yes, probably a larger growth rate will do better, since ImageNet is such a complex dataset.

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