摘要: #!/usr/bin/env python2 # -*- coding: utf-8 -*- import torch from torch.autograd import Variable import torch.nn.functional as F import matplotlib.pyplot as plt #创建数据 n_data = torch.ones(100,2) #类... 阅读全文
posted @ 2017-05-05 21:26 xmeo 阅读(343) 评论(0) 推荐(0) 编辑