Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Graph embedding and graph backbones #592

Merged
merged 205 commits into from
Nov 9, 2021

Commits on Jul 12, 2021

  1. Initial structure of GraphClassification model.py

    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    ea4e7b6 View commit details
    Browse the repository at this point in the history
  2. Improvement of model.py. Still need to debug etc

    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1255f8f View commit details
    Browse the repository at this point in the history
  3. BasicDataset Implemented

    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    365863f View commit details
    Browse the repository at this point in the history
  4. Create __init__.py

    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    02b0f6a View commit details
    Browse the repository at this point in the history
  5. Implemented dataset and DataModule as for image processing

    Lacking Pipeline and it is possible that division in raw and processed folders might be needed.
    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f28e949 View commit details
    Browse the repository at this point in the history
  6. Pipeline taken from images.

    I'm unsure how to adapt
    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    ad76827 View commit details
    Browse the repository at this point in the history
  7. Initial structure of GraphClassification model.py

    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    ea6ee9d View commit details
    Browse the repository at this point in the history
  8. Improvement of model.py. Still need to debug etc

    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    8b93a4a View commit details
    Browse the repository at this point in the history
  9. BasicDataset Implemented

    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6b4d7e3 View commit details
    Browse the repository at this point in the history
  10. Implemented dataset and DataModule as for image processing

    Lacking Pipeline and it is possible that division in raw and processed folders might be needed.
    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    48dcf2d View commit details
    Browse the repository at this point in the history
  11. Pipeline taken from images.

    I'm unsure how to adapt
    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    49dfe4d View commit details
    Browse the repository at this point in the history
  12. Choice of model implemented (you can pass a model to GraphClassifier)

    The class BasicGraphDataset in graphClassification/data.py is probably unneded
    pablo authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    151f7d9 View commit details
    Browse the repository at this point in the history
  13. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6236d95 View commit details
    Browse the repository at this point in the history
  14. Initial readaptation of the structure

    pablo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    28e315f View commit details
    Browse the repository at this point in the history
  15. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    08ace7e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    35a79cb View commit details
    Browse the repository at this point in the history
  17. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    93dd638 View commit details
    Browse the repository at this point in the history
  18. Minor corrections

    pablo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    82576a5 View commit details
    Browse the repository at this point in the history
  19. update

    tchaton authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    089cb07 View commit details
    Browse the repository at this point in the history
  20. i

    tchaton authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    920fc68 View commit details
    Browse the repository at this point in the history
  21. update

    tchaton authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    c970b5f View commit details
    Browse the repository at this point in the history
  22. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    fe41405 View commit details
    Browse the repository at this point in the history
  23. Added auto_dataset.num_features

    pablo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    868b8d7 View commit details
    Browse the repository at this point in the history
  24. Deleted manually included num_features so that it is extracted from G…

    …raphDatasetSource()
    pablo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    debf5da View commit details
    Browse the repository at this point in the history
  25. Test for GraphClassification implemented

    pablo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1e6b2b0 View commit details
    Browse the repository at this point in the history
  26. Documentation for GraphClassification included

    pablo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    faa8709 View commit details
    Browse the repository at this point in the history
  27. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    072a35b View commit details
    Browse the repository at this point in the history
  28. Creation of from_pygdatasequence method in DataModule and GraphSequen…

    …ceDataSource()
    pablo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    be015df View commit details
    Browse the repository at this point in the history
  29. Update graph_classification.py

    PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1fb160b View commit details
    Browse the repository at this point in the history
  30. Update datatype_graph.txt

    PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    bb3b941 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3583d5c View commit details
    Browse the repository at this point in the history
  32. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    193c2bc View commit details
    Browse the repository at this point in the history
  33. Graph requirements

    pablo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f59a2fc View commit details
    Browse the repository at this point in the history
  34. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    71a15bc View commit details
    Browse the repository at this point in the history
  35. Update CHANGELOG.md

    pablo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    370ea24 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e9d4e93 View commit details
    Browse the repository at this point in the history
  37. Simplified, version with only the DataSource

    PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    a2b208e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7c3eaf4 View commit details
    Browse the repository at this point in the history
  39. Minor tweaks

    PabloAMC committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    809b615 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bf4a9b6 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3089d94 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    338c3ca View commit details
    Browse the repository at this point in the history
  43. Delete IMDB-BINARY_A.txt

    PabloAMC authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    0f39778 View commit details
    Browse the repository at this point in the history
  44. Delete IMDB-BINARY_graph_indicator.txt

    PabloAMC authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b051f36 View commit details
    Browse the repository at this point in the history
  45. Delete IMDB-BINARY_graph_labels.txt

    PabloAMC authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    4e23aff View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    1ad2ce3 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4e9178c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Creating backbones

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    2b1bbd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94d4e60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2cac21 View commit details
    Browse the repository at this point in the history
  4. Update docs

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    73663bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    287132f View commit details
    Browse the repository at this point in the history
  6. fix imports.py

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    2631bd4 View commit details
    Browse the repository at this point in the history
  7. remove unused imports

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b4d3b41 View commit details
    Browse the repository at this point in the history
  8. clean init.py

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b19b5b8 View commit details
    Browse the repository at this point in the history
  9. updates

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7a4a914 View commit details
    Browse the repository at this point in the history
  10. Minor tweaks in the docs and change from Graph_backbones to graph_cla…

    …ssification_backbones
    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    c831751 View commit details
    Browse the repository at this point in the history
  11. Updates

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    13aa012 View commit details
    Browse the repository at this point in the history
  12. Updates

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    e9cedb0 View commit details
    Browse the repository at this point in the history
  13. Updates

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    fe95a77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54f6a88 View commit details
    Browse the repository at this point in the history
  15. Error corrections

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    667140a View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' into task_a_thon

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    db0b599 View commit details
    Browse the repository at this point in the history
  17. Updates

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    bbdad91 View commit details
    Browse the repository at this point in the history
  18. Update docs

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d5deb38 View commit details
    Browse the repository at this point in the history
  19. Update docs

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    f634e9f View commit details
    Browse the repository at this point in the history
  20. Update docs

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    428f313 View commit details
    Browse the repository at this point in the history
  21. fix tests

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    435cc95 View commit details
    Browse the repository at this point in the history
  22. fix tests

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b54e543 View commit details
    Browse the repository at this point in the history
  23. Add API reference

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    4453818 View commit details
    Browse the repository at this point in the history
  24. Try fix

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b4877b1 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'master' into task_a_thon

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    aceef22 View commit details
    Browse the repository at this point in the history
  26. Included Networkx as requirement for graph library

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    c6e3b84 View commit details
    Browse the repository at this point in the history
  27. Try fix

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8fe2813 View commit details
    Browse the repository at this point in the history
  28. Try fix

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    113b6d0 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'master' into task_a_thon

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    bba0395 View commit details
    Browse the repository at this point in the history
  30. batch = (batch[DefaultDataKeys.INPUT], batch[DefaultDataKeys.TARGET])…

    … to batch = (batch, batch.y)
    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d6dec3d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d8d26ab View commit details
    Browse the repository at this point in the history
  32. Update docstring

    ethanwharris committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7b2734f View commit details
    Browse the repository at this point in the history
  33. Correction of minor errors

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    a09254f View commit details
    Browse the repository at this point in the history
  34. Updating docs

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    62ff1b3 View commit details
    Browse the repository at this point in the history
  35. Merge branch 'master' into task_a_thon

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    97b5e07 View commit details
    Browse the repository at this point in the history
  36. Update graph_embedding docs

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8d9db4c View commit details
    Browse the repository at this point in the history
  37. Minor tweaks

    PabloAMC committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    2021a03 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    b064be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31354fe View commit details
    Browse the repository at this point in the history
  3. Correct documentation

    PabloAMC committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    b1fc948 View commit details
    Browse the repository at this point in the history
  4. Creating a head suited for PyG backbones

    PabloAMC committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    a1e5bb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc06e43 View commit details
    Browse the repository at this point in the history
  6. Update the head of the embedding model

    PabloAMC committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    335d30c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    56598f7 View commit details
    Browse the repository at this point in the history
  8. Update graph_classification example

    PabloAMC committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    7de0a50 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    628ef9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed29f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Update CHANGELOG.md

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    e49c290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95abca4 View commit details
    Browse the repository at this point in the history
  3. Update graph requirements

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    0903585 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf45529 View commit details
    Browse the repository at this point in the history
  5. Update test_model.py

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    a872b75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88812b3 View commit details
    Browse the repository at this point in the history
  7. Update data_module.py

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    360250b View commit details
    Browse the repository at this point in the history
  8. Update data_module.py

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    41db022 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    077b34b View commit details
    Browse the repository at this point in the history
  10. Update test_model.py

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    5d3e1b4 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    70d0570 View commit details
    Browse the repository at this point in the history
  12. _TORCH_GEOMETRIC_AVAILABLE to _GRAPH_AVAILABLE

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    9a04c2f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7d63be0 View commit details
    Browse the repository at this point in the history
  14. Adding num_features to uses of backbones

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    ac4616a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    53395e9 View commit details
    Browse the repository at this point in the history
  16. Update graph_classification.py

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    f902c5f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c9c3c0d View commit details
    Browse the repository at this point in the history
  18. Update test_model.py

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    093a266 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    c1b5cab View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f2962b5 View commit details
    Browse the repository at this point in the history
  21. Backbone kwargs default changed from None to {}

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    89a8e2d View commit details
    Browse the repository at this point in the history
  22. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    56e9c2e View commit details
    Browse the repository at this point in the history
  23. error correction in graph/embedding/test_model.py: num_classes -> emb…

    …edding_dimension
    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    9012d61 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    76c6d55 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8be004b View commit details
    Browse the repository at this point in the history
  26. Update model.py

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    2bdf6a6 View commit details
    Browse the repository at this point in the history
  27. Small error correction

    PabloAMC committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    9ecff7e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    cc1ee34 View commit details
    Browse the repository at this point in the history
  2. Updates

    ethanwharris committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    63577b9 View commit details
    Browse the repository at this point in the history
  3. models adapted to torch geometric basic models

    PabloAMC committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    62802a0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7590175 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92d6b3c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    3428fd6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into task_a_thon

    PabloAMC authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5b72219 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c467e60 View commit details
    Browse the repository at this point in the history
  4. Updating minor corrections

    PabloAMC committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ff5a592 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    de9c45a View commit details
    Browse the repository at this point in the history
  6. Eliminating needless stuff

    PabloAMC committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c878c11 View commit details
    Browse the repository at this point in the history
  7. Changed descriptions

    PabloAMC committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    667f5d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
    PabloAMC and ethanwharris authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    5a7060d View commit details
    Browse the repository at this point in the history
  2. Update flash/graph/embedding/__init__.py

    Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
    PabloAMC and ethanwharris authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ce168a7 View commit details
    Browse the repository at this point in the history
  3. Update flash_examples/graph_classification.py

    Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
    PabloAMC and ethanwharris authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d9d9298 View commit details
    Browse the repository at this point in the history
  4. Update docs/source/reference/graph_embedding.rst

    Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
    PabloAMC and ethanwharris authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    6816d76 View commit details
    Browse the repository at this point in the history
  5. Updates based on ethan comments

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    caad522 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe92e11 View commit details
    Browse the repository at this point in the history
  7. Importing partial

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    472e00d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    4b1923f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c76bd3 View commit details
    Browse the repository at this point in the history
  10. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    2de9f26 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    de9577a View commit details
    Browse the repository at this point in the history
  12. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    4b8f4b5 View commit details
    Browse the repository at this point in the history
  13. Update model.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    11bd028 View commit details
    Browse the repository at this point in the history
  14. Eliminating pretrained option

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    c40ad61 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3453e2d View commit details
    Browse the repository at this point in the history
  16. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    85dc93e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4de58d View commit details
    Browse the repository at this point in the history
  18. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    6d631e6 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e74f17b View commit details
    Browse the repository at this point in the history
  20. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    b886e96 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    38196c2 View commit details
    Browse the repository at this point in the history
  22. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    90cdfa8 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ee7cb69 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    14cd39c View commit details
    Browse the repository at this point in the history
  25. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    4199aab View commit details
    Browse the repository at this point in the history
  26. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9a2d046 View commit details
    Browse the repository at this point in the history
  27. Merge branch 'master' into task_a_thon

    PabloAMC authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    4858083 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    80e4e3e View commit details
    Browse the repository at this point in the history
  29. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    65e499a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    54f54d8 View commit details
    Browse the repository at this point in the history
  31. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    18d78d7 View commit details
    Browse the repository at this point in the history
  32. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    a69e307 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ac9bb8b View commit details
    Browse the repository at this point in the history
  34. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    6658640 View commit details
    Browse the repository at this point in the history
  35. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    11b07f9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    89e7040 View commit details
    Browse the repository at this point in the history
  37. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    18c69b6 View commit details
    Browse the repository at this point in the history
  38. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e980c25 View commit details
    Browse the repository at this point in the history
  39. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    8f9217d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0e9968a View commit details
    Browse the repository at this point in the history
  41. Update backbones.py

    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    a440d47 View commit details
    Browse the repository at this point in the history
  42. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e6e84df View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    58b9348 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Minor correction in model.py

    PabloAMC committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    fdbc4db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c708d04 View commit details
    Browse the repository at this point in the history
  3. self.backbone(x.x, x.edge_index)

    PabloAMC committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    994dd30 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'task_a_thon' of https://github.com/PabloAMC/lightning-f…

    …lash into task_a_thon
    PabloAMC committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    57571f8 View commit details
    Browse the repository at this point in the history
  5. Update model.py

    PabloAMC committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    8b9d733 View commit details
    Browse the repository at this point in the history
  6. Update model.py

    PabloAMC committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    a10749c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. update

    tchaton committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    21e8078 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Merge branch 'master' into task_a_thon

    PabloAMC authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    3aa0e95 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    6bab7b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3148be View commit details
    Browse the repository at this point in the history
  3. Updates

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    80bb1e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86ff38b View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b0429ca View commit details
    Browse the repository at this point in the history
  6. Docs fixes

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    dc27f8a View commit details
    Browse the repository at this point in the history
  7. Updates

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    00b7159 View commit details
    Browse the repository at this point in the history
  8. Docs

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    da8fefb View commit details
    Browse the repository at this point in the history
  9. Tests

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2738e75 View commit details
    Browse the repository at this point in the history
  10. Pre-commit

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    cdb8217 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a67f66 View commit details
    Browse the repository at this point in the history
  12. Update requirements

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    47dae8a View commit details
    Browse the repository at this point in the history
  13. Formatting

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    9ca6084 View commit details
    Browse the repository at this point in the history
  14. Fix reqs.

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    acf92e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bff6228 View commit details
    Browse the repository at this point in the history
  16. Fixes

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8b490b0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    54d5de8 View commit details
    Browse the repository at this point in the history
  18. Fixes

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c59c766 View commit details
    Browse the repository at this point in the history
  19. Fixes

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8ee6262 View commit details
    Browse the repository at this point in the history
  20. Try fix

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    dfa14e6 View commit details
    Browse the repository at this point in the history
  21. Speed up CI

    ethanwharris committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f357f62 View commit details
    Browse the repository at this point in the history