Closed h4nwei closed 3 years ago
Hi, for your problem, I would say that you could load the weight and train the model with more epoch until you get the desired results.
My initial intention was not to provide the exact weight that match the one provided by the author but just to know how the algorithm work so I didn't try to reach the number provided in the paper. :D
Anyways, thank you for stopping by and your concern!
Goodluck!
Hi tuvovan@tuvovan,
Thanks much for your excellent work.
When I apply the provided pre-trained parameters to compute the PSNR value after tone-mapping (log(1+mu*H)/log(1+mu), mu=5000), the average PSNR is 30.9612, which is far away behind the shown result (PSNR_mu = 42.4143). Here is the test code:
It is really appreciated any help you can provide. Thank you.