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

React automatically applies to the -2th layer of the model #71

Open
paulnovello opened this issue Aug 30, 2023 · 0 comments
Open

React automatically applies to the -2th layer of the model #71

paulnovello opened this issue Aug 30, 2023 · 0 comments

Comments

@paulnovello
Copy link
Member

React is supposed to apply to the penultimate layer of the input model. However, it is not always the -2th layer because for instance:

  • there can be dropout,
  • the last layer can be a softmax alone (so the -2th a linear)
  • ...

Maybe we could add an argument when we use react to explicitly indicate the actual penultimate layer.

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

1 participant