摘要: 5.4.1 不带参数的层 import torch import torch.nn.functional as F from torch import nn class CenteredLayer(nn.Module): def __init__(self): super().__init__() 阅读全文
posted @ 2023-09-13 19:47 AncilunKiang 阅读(165) 评论(0) 推荐(0)