在 fastai 编码人员的前沿深度学习课程第 7 课中。
self.conv1 = nn.Conv2d(3,10,kernel_size = 5,stride=1,padding=2)
10 是否意味着过滤器的数量或过滤器将提供的激活数量?
python artificial-intelligence machine-learning pytorch
artificial-intelligence ×1
machine-learning ×1
python ×1
pytorch ×1