murraylab / PsychRNN

https://psychrnn.readthedocs.io
MIT License
133 stars 42 forks source link

save and load transfer function #41

Closed syncrostone closed 2 years ago

syncrostone commented 2 years ago

Before, if you used a transfer function other than tf.nn.relu this was not automatically loaded when you loaded saved weights.

Now it is.

Tested locally since github integration tests not currently working and I don't have bandwidth to fix that right now.