AISP icon indicating copy to clipboard operation
AISP copied to clipboard

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

Open alexliyang opened this issue 1 year ago • 0 comments

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?

alexliyang avatar Jan 31 '24 08:01 alexliyang