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

Node embedding projections for ForceRegressionTask #204

Merged
merged 12 commits into from
May 3, 2024

Commits on May 3, 2024

  1. refactor: making energy calculation use node embeddings

    This explicitly passes node level embeddings to the output head
     and performs a sum reduction by default.
    laserkelvin committed May 3, 2024
    Configuration menu
    Copy the full SHA
    91a1de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09262a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2fd36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcb5b35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09bbc54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5fcd20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2388c9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    755e517 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e5a2bd3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0986350 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97e24a7 View commit details
    Browse the repository at this point in the history
  12. fix: correcting fa force regression task test

    Signed-off-by: Lee, Kin Long Kelvin <kin.long.kelvin.lee@intel.com>
    laserkelvin committed May 3, 2024
    Configuration menu
    Copy the full SHA
    45b5776 View commit details
    Browse the repository at this point in the history