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

Update negative sampling to work directly on GPU #9608

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    728de8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba4732 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c5c3889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6db6d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d764fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f399554 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    7db30a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10d440c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0926a61 View commit details
    Browse the repository at this point in the history
  4. Add check for structured sampling feasibility. If the method fails to…

    … retrieve the requested number of edges, it raises an exception.
    danielecastellana22 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f919b2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e99af8 View commit details
    Browse the repository at this point in the history
  6. test_add_random_edge was based on fixing the seed. Now it checks that…

    … added edges are actually new.
    danielecastellana22 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    afe67e2 View commit details
    Browse the repository at this point in the history
  7. The generation of the graph test_signed_gcn was based on randint. We …

    …have no guarantee that there were no repeated edges. Now it is based on randperm. Also, the number of nodes is doubled to ensure that structured sampling is (almost) always feasible.
    danielecastellana22 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2f3c2e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d837eb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d466cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2f5a71 View commit details
    Browse the repository at this point in the history
  11. Adjust PEP8

    danielecastellana22 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    27d6079 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92ff538 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. lint issue fix.

    wsad1 authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    038f81a View commit details
    Browse the repository at this point in the history