gradient-variance-loss icon indicating copy to clipboard operation
gradient-variance-loss copied to clipboard

Code of the ICASSP 2022 paper "Gradient Variance Loss for Structure Enhanced Super-Resolution"

Results 1 gradient-variance-loss issues
Sort by recently updated
recently updated
newest added

Was able to get this to work in tf 1.x, tested to work on 1.15.4 with NumPy 1.18.0 ``` def gradientvariance(target, output, size = 128): kernel_x = tf.constant([[-1, 0, 1],...