Hi Johannes,
And I have another problem about the artical VARIATIONAL IMAGE COMPRESSION WITH A SCALE HYPERPRIOR. If I will optimized for MS-SSIM,what the loss function I will use? I know the loss=λ*(1-D)+R,but how could I get the 'D'?
When I used the train_msssim=tf.reduce_mean(tf.image.ssim_multiscale(x_tilde,x,255)) to get the average,the result is not well. Is the loss function wrong or the value of λ is wrong? Are the values of λ to optimized for MS-SSIM same as optimized for MSE?
Very Very looking forward your reply!Thanks for your time.
Best wishes,
ZhangLu