🍀 Challenge: Define the Generator
This task will test your knowledge on building the Generator class for the conditional GAN.
We'll cover the following...
Problem statement
A partial Generator
class for the Fashion MNIST dataset is provided to you. Your task is to define the:
-
Network architecture
-
The input layer ...
-