摘要: 原理: https://www.cnblogs.com/liaohuiqiang/p/9226335.html 使用: https://ptorch.com/news/139.html https://blog.csdn.net/zhuiqiuk/article/details/87286713 p 阅读全文
posted @ 2020-03-25 23:17 dangxusheng 阅读(208) 评论(0) 推荐(0) 编辑
摘要: class Classifier(nn.Module): def __init__(self, in_size, in_ch): super(Classifier, self).__init__() self.layer1 = nn.Sequential( nn.Conv2d(in_ch, 3, 3 阅读全文
posted @ 2020-03-25 22:34 dangxusheng 阅读(3815) 评论(0) 推荐(0) 编辑