Table of Contents
The repo contains a ipynb file for simple image reconstruction of cifar 10 using pytorch. Simple MSE loss is used with a single decoder. Skip connections are also used. Evaluation is done using SSIM, L1 and PSNR.
The repo contains a ipynb file for input image reconstruction of cifar 10 from the average of the inputs using pytorch. A weighted loss of SSIM and L1 is used. I have used 2 decoders to reconstruct the two inputs seperately. Skip connections are also used. Evaluation is done using SSIM, L1 and PSNR.