The Generator
Learn about defining the Generator class for the Conditional GAN.
We'll cover the following
The Generator
class
Let’s now think about the generator.
The forward
function
Since we’re feeding it the seed and the label tensor(one-hot target label), we need to update the forward()
function to combine them before passing them through the neural network.
Get hands-on with 1400+ tech skills courses.