摘要: 拟合多项式参数 # coding=utf-8 import torch import numpy as np class Net(torch.nn.Module): def __init__(self): # self.a = torch.rand(1, dtype=torch.float32, r 阅读全文
posted @ 2022-10-14 12:38 ghzphy 阅读(60) 评论(0) 推荐(0) 编辑