You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea! Also should allow module wide sharing of these params via make_trainable (if I am not mistaken). Might make sense to implement this in conjunction with #474.
Problem
In many cases, one would want parameters to depend on one another. For example, if one has
then the sodium conductance would depend on temperature via:
Proposed implementation
Together with @r-makarov and @kyralianaka, we think that the most elegant way of making this possible is to add a
init_params()
method to theChannel
:Just like
init_state()
,init_params
does not have to return all parameters, only the ones that are to be modified.The text was updated successfully, but these errors were encountered: