摘要: 全部代码如下 # https://blog.csdn.net/qq_42325947/article/details/108318673 # mnist import torch import torchvision import torch.nn as nn import torch.nn.fun 阅读全文
posted @ 2021-12-14 10:33 jie_74 阅读(99) 评论(0) 推荐(0)
摘要: PS:mnist直接套上LabelSmoothing的外壳?没问题,跳转https://www.cnblogs.com/jie-74/p/15686550.html LabelSmoothing.py import torch import torch.nn as nn import torch.n 阅读全文
posted @ 2021-12-14 09:50 jie_74 阅读(955) 评论(0) 推荐(1)