摘要: """ 手写字体的训练 """ import os import torch import torch.nn as nn from torch.autograd import Variable import torch.utils.data as Data import torchvision import matplotlib.pyplot as plt # 超参数 EPOCH = 1 BA... 阅读全文
posted @ 2019-01-30 09:44 车路历程 阅读(195) 评论(0) 推荐(0)