摘要: 官方给出的例子: target output size of 5x7 m = nn.AdaptiveMaxPool2d((5,7)) input = torch.randn(1, 64, 8, 9) output = m(input) output.size() torch.Size([1, 64, 阅读全文
posted @ 2021-08-02 15:59 哈哈哈喽喽喽 阅读(927) 评论(0) 推荐(0) 编辑