Hello, Thank you for such a wonderful paper.
I was working on Image reconstruction. Really liked your regularization using smooth_loss1 and smooth_loss2.
So after running a single epoch, we get a loss_dict from the Autoencoder which has the smooth loss and reconstruction loss(L1 + SSIM) at 4 different scales. My question is how is backpropagation working while we train the Image Reconstruction network?
Hello, Thank you for such a wonderful paper. I was working on Image reconstruction. Really liked your regularization using smooth_loss1 and smooth_loss2.
So after running a single epoch, we get a loss_dict from the Autoencoder which has the smooth loss and reconstruction loss(L1 + SSIM) at 4 different scales. My question is how is backpropagation working while we train the Image Reconstruction network?
Thank you!