titu1994 / tf_SIREN

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

can it be used in tensorflow=1.1x #14

Closed stefenmax closed 4 years ago

stefenmax commented 4 years ago

my original coda is in tensorflow=1.13,and i tried tranforming it in tf2.0.But it is a big work,i just want to use it as a activation,coule give me a simple way to address it?thx

titu1994 commented 4 years ago

I won't be backporting this to 1.x. You can give it a try though, I do believe Keras support is there in 1.15

stefenmax commented 4 years ago

OK THX I will try it in 1.15