Training SRGAN to Generate High-Resolution Images
Understand the training process of SRGAN for high-resolution image generation.
We'll cover the following
Of course, we need to have some data to work with.
⚠️ The dataset is intended only for non-commercial research and educational use.
The image collection we will be using is the
Create a folder named data
and place the training images into a folder called DIV2K_train_HR
and the valid images into DIV2K_valid_HR
. Next, create a folder named epochs
to hold the epoch data. Finally, create a folder named training_results
.
To train SRGAN, execute the following command in a Terminal:
Get hands-on with 1400+ tech skills courses.