摘要: paper class ConvBN(nn.Module): def __init__(self,c1,c2,k=1,s=1,p=None,g=1,d=1): super(ConvBN, self).__init__() if p is None: p=k//2 if isinstance(k,in 阅读全文
posted @ 2024-11-14 11:45 iceeci 阅读(4) 评论(0) 推荐(0) 编辑