莫烦Pytorch系列之分类代码

莫烦Pytorch系列 import torch #from torch.autograd import Variable import torch.nn.functional as F import matplotlib.pyplot as plt n_data=torch.ones(100,2) # 数据的基本形态 x0=torch.normal(2*n_data,1) # 类型
相关文章
相关标签/搜索