zaiweizhang / H3DNet

MIT License
211 stars 25 forks source link

One inplace error #29

Closed mutianxu closed 1 year ago

mutianxu commented 1 year ago

Hi,

I find that here, += may cause inplace error in many versions of PyTorch.

You may revise it by "net = net + original_feature".

zaiweizhang commented 1 year ago

fixed. Thanks for the info!