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

A redundant layer in PyTorch implementation #110

Open
littlespray opened this issue Jun 5, 2020 · 1 comment
Open

A redundant layer in PyTorch implementation #110

littlespray opened this issue Jun 5, 2020 · 1 comment

Comments

@littlespray
Copy link

Hi,

I find that in PyTorch version , line 122, there is a deconv layer that has been defined but remains unused. If it is a typo, May I delete it? Otherwise, I have to use find_parameters_`unused=Truewhen using nn.parallel.DistributedDataParallel.

Thank you very much!

@littlespray
Copy link
Author

The attribute is find_unused_parameters, sorry that I wasn't clear.

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

1 participant