PointNetVlad-Pytorch icon indicating copy to clipboard operation
PointNetVlad-Pytorch copied to clipboard

RuntimeError: a view of a leaf Variable that requires grad is being used in an in-place operation.

Open pareespathak opened this issue 2 years ago • 2 comments

line 361, in process_data ob[i] = torch.roll(ob[i], seed, dims=1) RuntimeError: a view of a leaf Variable that requires grad is being used in an in-place operation.

Can you suggest why is this error is occurring?

pareespathak avatar Feb 17 '22 05:02 pareespathak

That line is not part of my code, I can't help you without more information.

cattaneod avatar Feb 17 '22 09:02 cattaneod

okay, Thank you for your time

On Thu, Feb 17, 2022 at 2:53 PM Daniele Cattaneo @.***> wrote:

That line is not part of my code, I can't help you without more information.

— Reply to this email directly, view it on GitHub https://github.com/cattaneod/PointNetVlad-Pytorch/issues/4#issuecomment-1042736801, or unsubscribe https://github.com/notifications/unsubscribe-auth/APOEK4IANW5VZL6WYWUSNOLU3S5AZANCNFSM5OTUMODA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

pareespathak avatar Feb 17 '22 17:02 pareespathak