1 -Module 6 Introduction
2 -PyTorch for Final Project
3 -Adding Dataset to the Notebook
4 -Unzip the Training Images
5 -Importing Libraries and Modules
6 -Visualizing Images in the Dataset
7 -Understanding LAB color space
8 -DataLoader for Training and Validation Sets
9 -Revisiting UNET
11 -Highly Modular UNET for Generator Implementation
12 -70x70 PatchGAN for Discriminator Implementation
13 -Binary Cross Entropy Loss for Generator and Discriminator
14 -Initializing Weights and Model with those Weights
15 -Main Model Definition for Training
16 -Define Utility Functions for Training
17 -Training Outputs
18 -Human Eye Validation
19 -Calculating PSNR and SSIM on Input Data
20 -Final Outputs and Conclusion
21 -Module 6 Conclusion