摘要:
首先不妨假设最简单的一种情况: 假设$G$和$D$的损失函数: 那么计算梯度有: 第一种正确的方式: import torch from torch import nn def set_requires_grad(net: nn.Module, mode=True): for p in net.pa 阅读全文
posted @ 2021-08-09 03:17
Dilthey
阅读(1730)
评论(0)
推荐(0)