摘要: 一、用pytorch实现lenet类似网络的训练 1.网络结构 2.代码 from torch import nn, optim import torch.nn.functional as F import torchvision import torchvision.transforms as t 阅读全文
posted @ 2022-12-22 15:22 我若成风者 阅读(39) 评论(0) 推荐(0) 编辑