PWC-Net
PWC-Net copied to clipboard
A redundant layer in PyTorch implementation
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!
The attribute is find_unused_parameters, sorry that I wasn't clear.