摘要: 一、基本 (1)利用pytorch建好的层进行搭建 import torch from torch import nn from torch.nn import functional as F #定义一个MLP网络 class MLP(nn.Module): ''' 网络里面主要是要定义__init 阅读全文
posted @ 2022-09-15 01:57 never_surrender 阅读(67) 评论(0) 推荐(0)