RetinexNet icon indicating copy to clipboard operation
RetinexNet copied to clipboard

Use of reduce_max in input

Open akshay-iyer opened this issue 6 years ago • 0 comments

In the beginning of DeconNet function, there are these two ines:

input_max = tf.reduce_max(input_im, axis=3, keepdims=True) input_im = concat([input_max, input_im])

Could you tell what it does and what is the use of the same?

akshay-iyer avatar Jan 26 '20 01:01 akshay-iyer