Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referring by name #3

Closed
kadarakos opened this issue Jul 29, 2015 · 2 comments
Closed

Referring by name #3

kadarakos opened this issue Jul 29, 2015 · 2 comments

Comments

@kadarakos
Copy link

I believe it would be a good idea to make it possible to refer by name to:

  • Network parameters: for regularization or just analysis
  • Return values: RNNs return "hidden states", "r states", "z states" and who knows what in the future

This would make experimentation easier. Functions like "last" or anything that has to do with prediction could query for "hidden states", functions related to regularizers could query for "weights" or for "activation vectors" and so on. I think this is would be nicer than say I want regularize(params[10]) or last(output[0]).

@gchrupala
Copy link
Owner

Not sure I understand what exactly you're suggesting. Could you give an example of how this would work?

@gchrupala
Copy link
Owner

Commit 8f48c95 implements accessing params by name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants