一、乘法 import torch from torch.autograd import Variable import torch.nn.functional as F import matplotlib.pyplot as plt %matplotlib inline class LineNet(torch.nn.Module): def __init__(self, n_fe...