vsitzmann / siren

Official implementation of "Implicit Neural Representations with Periodic Activation Functions"
MIT License
1.72k stars 247 forks source link

can SIREN methods be used into the RNN or LSTM architecture? #28

Open jinxinglu opened 3 years ago

jinxinglu commented 3 years ago

currently, SIREN is only used in MLP, but how's the performance if it can be used in RNN/LSTM/GRU?

Feynman1999 commented 3 years ago

good idea