pytorch自我学习基础(一) 线性回归

pytorch 版本 0.2.0python #coding=utf-8 from matplotlib import pylab as plt import numpy as np import random import torch.nn as nn import torch from torch.autograd import Variable num_inputs = 2 num_exa
相关文章
相关标签/搜索