murraylab / PsychRNN

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

add print weights function #8

Closed syncrostone closed 5 years ago

syncrostone commented 6 years ago

Factor out a get_weights function. Throws UserWarning if the model hasn't yet been trained.

Resolves #5.