Replies: 1 comment 4 replies
-
Hi Ben, unfortunately this is not possible at the moment. We could consider allowing a Michael |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi jaxley folks! I recently implemented a custom channel in jaxley (a voltage indicator model). I'd like the option to make all parameters trainable for a given channel. Is there a way to do this? Right now, I have a big long list of parameters in my fitting code, and I call
make_trainable
for each param. The code snippet looks like this:This is a little ugly and hard to maintain, so is there a way to just make all params trainable for a given channel?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions