摘要: import torch import torch.nn as nn import torch.optim as optim # 定义三层神经网络 class ThreeLayerNN(nn.Module): def __init__(self, input_size, hidden_size1, 阅读全文
posted @ 2023-12-24 21:37 西北逍遥 阅读(265) 评论(0) 推荐(0)