Zijian

Results 3 issues of Zijian

You didn't change the names of some functions like changing enhacing to EH, dehazing to DH.

Excellent work! I just wonder if there is any way to load the model in more than one GPU because even the 7B model consumes more than 20G memory, which...

In line 49-56, you use x = x + r * (torch.pow(x, 2) - x) to calculate the LE curve, but according to the paper , the formula should be...