|
Algorithm 1: Original GAN algorithm |
for of training iterations:
for k do steps
Sample minibatch ∼
Sample minibatch ∼
Update the weights of the discriminator by ascending its stochastic gradient:
end for
Sample minibatch ∼
Update the weights of the generator by descending its stochastic gradient:
end for
|