lucidrains / siren-pytorch

Pytorch implementation of SIREN - Implicit Neural Representations with Periodic Activation Function
MIT License
469 stars 48 forks source link

Is this the right implementation of SIREN? #7

Closed hihunjin closed 2 years ago

hihunjin commented 2 years ago

from your code, I don't think this is the right implementation of SIREN.

From the paper, image. But your code is multiplying the params with inputs.

Why did you implement it like this?