2022年10月13日
摘要: from torch import nn import torch.nn.functional as f class my(nn.Module): def init(self): super(my, self).init() my.a=nn.Linear(3,3) my.b=nn.Linear(3, 阅读全文
posted @ 2022-10-13 20:33 mitudesk 阅读(42) 评论(0) 推荐(0)