-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Dropout2d doesn't drop channels for (C, H, W) #69801
Copy link
Copy link
Open
Labels
high prioritymodule: correctness (silent)issue that returns an incorrect result silentlyissue that returns an incorrect result silentlymodule: nnRelated to torch.nnRelated to torch.nntriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
high prioritymodule: correctness (silent)issue that returns an incorrect result silentlyissue that returns an incorrect result silentlymodule: nnRelated to torch.nnRelated to torch.nntriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Describe the bug
Docs read that
Cis dropped, which does not occur for(C, H, W)but does for
(N, C, H, W)It appears
Dropout2dis instead implementingDropout1dfor(N, C, T).Versions
1.10.0 via Anaconda; Windows 10
cc @ezyang @gchanan @zou3519 @bdhirsh @albanD @mruberry @jbschlosser @walterddr @kshitij12345