Li-Chongyi / Zero-DCE

Zero-DCE code and model
774 stars 187 forks source link

RuntimeError: number of dims don't match in permute #31

Closed gwp2021 closed 2 years ago

gwp2021 commented 2 years ago

Thank you for you sharing,but when I test the model, 'RuntimeError'is coming,the error code is: '' python lowlight_test.py data/test_data/fig/025936506_K1214990_181_1_14.jpg Traceback (most recent call last): File "lowlight_test.py", line 60, in lowlight(image) File "lowlight_test.py", line 30, in lowlight data_lowlight = data_lowlight.permute(2,0,1) RuntimeError: number of dims don't match in permute '' could you tell me how can I solve the error,thank you

jlin3333 commented 1 year ago

How to solve the error, thank you