🌈 搜索
📅  最后修改于: 2022-03-11 14:46:50.841000             🧑  作者: Mango
>>> m = nn.Dropout(p=0.2) >>> input = torch.randn(20, 16) >>> output = m(input)