mv-lab / AISP

AI Image SIgnal Processing and Computational Photography - Bokeh Rendering , Reversed ISP Challenge, Model-Based Image Signal Processors via Learnable Dictionaries. Official repo for NTIRE and AIM Challenges
https://mv-lab.github.io/model-isp22/
359 stars 41 forks source link

LPIENet, an error code : Floating point exception (core dumped) #13

Open alexliyang opened 9 months ago

alexliyang commented 9 months ago

LPIENet pytorch code, when change x = torch.ones(1, 3, 16, 16) to x = torch.ones(1, 3, 2048, 2048) , then run it , get error Floating point exception (core dumped), how to correct it?