forward

可以快速上手的开发文档

#forward

pytorch forward两个参数实例

以channelAttentionBlock为例子classCAB(nn.Module):def__init__(self,in_channels,out_channels):super(CAB,self).__init__..