Dear authors,
Thank you for sharing the code. I would suggest to add small constant to operations where torch.sqrt is involved to avoid NaN during gradient calculation and hence backpropagation. Also, I would appreciate if you share your thoughts on following questions:
- Why adding Entropy loss lead to the improvement in all metrics (fidelity and perceptual)? I somehow understood the intuition behind the increase in perceptual metrics. However, it is a bit counterintuitive to me why PSNR and SSIM should improve.
- Do you have visual results for Tables 3 and 4? It would be great if you share those results.
- Can you please share results for L_2 trained model vs Proposed Spatial Entropy in Figure 6?
- In the paper you proposed several distance calculators. Are these ablation studies and results publicly available?
Thank you!
Dear authors,
Thank you for sharing the code. I would suggest to add small constant to operations where torch.sqrt is involved to avoid NaN during gradient calculation and hence backpropagation. Also, I would appreciate if you share your thoughts on following questions:
Thank you!