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

Position reconstruction #361

Merged
merged 8 commits into from
Nov 29, 2022

Conversation

asogaard
Copy link
Collaborator

  • Adds IdentityTask with configurable number of output nodes, that doesn't do anything and thus allows for "pass-through" of an affine transformation of the last hidden layer, i.e., without the application of any activation function or anything like that.
  • Adds the option to use custom functions for the transform_* arguments to Task.
  • Ignores validation of transform_target and transform_inference in favour of a warning in cases where these rely on indexing and strictly assume input tensors of dimensionality > 1.
  • Adds config files for vertex position reconstruction, with and without custom transform functions
  • Adds training example for vertex position reconstruction model, leveraging the above.

Closes #359

Copy link
Collaborator

@RasmusOrsoe RasmusOrsoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@asogaard asogaard merged commit 3c5c63e into graphnet-team:main Nov 29, 2022
@asogaard asogaard deleted the position-reconstruction branch November 29, 2022 13:01
RasmusOrsoe pushed a commit to RasmusOrsoe/graphnet that referenced this pull request Oct 25, 2023
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 this pull request may close these issues.

We have lost the ability to reconstruct vertex position
2 participants