摘要: #!/usr/bin/env python2 # -*- coding: utf-8 -*- import torch import torch.nn.functional as F # 激励函数都在这 from torch.autograd import Variable # 做一些假数据来观看图像 x = torch.linspace(-5, 5, 200) # x data... 阅读全文
posted @ 2017-04-28 21:30 xmeo 阅读(197) 评论(0) 推荐(0) 编辑