titu1994 / tf_SIREN

Tensorflow 2.0 implementation of Sinusodial Representation networks (SIREN)
MIT License
149 stars 26 forks source link

How to use SIREN activation with ResNet? #16

Open MohitLamba94 opened 3 years ago

MohitLamba94 commented 3 years ago

Thank you for this interesting project but I was interested to know how can we use the siren activation with any other deep model such as ResNet, DenseNet, etc?

Currently, I guess the implementation is for MLP kind networks only.

Can you also provide a python file or some hints for say doing inpainting using Resnet-18 with ReLU non-linearity replaced with SIREN.

Thank you