Updating weights manually in Pytorch

前端 未结 0 901
失恋的感觉
失恋的感觉 2021-01-17 00:40
import torch
import math


# Create Tensors to hold input and outputs.
x = torch.linspace(-math.pi, math.pi, 2000)
y = torch.sin(x)

# For this example, the output y         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题