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

Layer activations #132

Open
lrettig opened this issue Mar 6, 2021 · 0 comments
Open

Layer activations #132

lrettig opened this issue Mar 6, 2021 · 0 comments

Comments

@lrettig
Copy link
Member

lrettig commented Mar 6, 2021

Exactly what should Layer.activations contain? Should it be the activations for the current layer, or the active set for the current layer (which would be activations from the previous epoch)? What, exactly, are "activations for the current layer"? (Since activations are associated with epochs, not layers.) Here are some options:

repeated Activation activations = 5; // list of layer's activations

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

Successfully merging a pull request may close this issue.

1 participant