【发布时间】:2020-01-05 19:20:59
【问题描述】:
在rensnet-50的bottleneck block中,我们使用conv1x1(previous block out,64)、conv3x3(64,64)、conv1x1(64,256),然后重复。
为什么我们增加第三个 conv1x1 层的维度只是为了在下一个块中减少它?
【问题讨论】:
标签: machine-learning deep-learning artificial-intelligence resnet
在rensnet-50的bottleneck block中,我们使用conv1x1(previous block out,64)、conv3x3(64,64)、conv1x1(64,256),然后重复。
为什么我们增加第三个 conv1x1 层的维度只是为了在下一个块中减少它?
【问题讨论】:
标签: machine-learning deep-learning artificial-intelligence resnet
【讨论】: