$$ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Self-defined math definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Math symbol commands \newcommand{\intd}{\,{\rm d}} % Symbol 'd' used in integration, such as 'dx' \newcommand{\diff}{{\rm d}} % Symbol 'd' used in differentiation ... $$

08 2019 档案

摘要:GAN,MNIST生成数字 生成结果 生成器和判别器的loss 阅读全文
posted @ 2019-08-15 13:36 V丶vvv 阅读(323) 评论(0) 推荐(0)
摘要:import torchvision import torch import torch.utils.data.dataloader as Data from torch.autograd import Variable import numpy as np import torch.nn as nn import torch.nn.functional as F from PIL import... 阅读全文
posted @ 2019-08-01 13:17 V丶vvv 阅读(556) 评论(0) 推荐(0)