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

s4753993-GCN #477

Open
wants to merge 41 commits into
base: topic-recognition
Choose a base branch
from
Open

Commits on Oct 21, 2022

  1. Create s47539934-GCN

    arshupadhyaya authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6e19f4d View commit details
    Browse the repository at this point in the history
  2. Delete s47539934-GCN

    arshupadhyaya authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    bc99d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f93239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d7eb06 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    2205c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5c1a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3fcd49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52ad3d7 View commit details
    Browse the repository at this point in the history
  5. Change structure of data.py, to better fit test and train set

    The previous datatypes for adjacency matrix, and especially features were creating problems during testing phase.
    arshupadhyaya authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    c808c20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8891bb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. better method to store accuracy and loss

    Had trouble returning all four(validation_accuracies,validation_losses,train_accuracies,train_losses) together from one function, so decided to save in np arrays and load the arrays during driver code.
    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    c775efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d47b5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94585ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2327c1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5624049 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba4ceb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d22ffe3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61c3787 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da34c7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    315fc58 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    789ebab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4072e1a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1ab79b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47ea171 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f74b4cf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7f78321 View commit details
    Browse the repository at this point in the history
  17. fixing directory

    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    2696430 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    81dc37e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8021030 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e6bf0ec View commit details
    Browse the repository at this point in the history
  21. Update README.md

    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    af33631 View commit details
    Browse the repository at this point in the history
  22. Delete README.md

    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    dc5cc68 View commit details
    Browse the repository at this point in the history
  23. Add files via upload

    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    b08e1ba View commit details
    Browse the repository at this point in the history
  24. Delete README.md

    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    95d8689 View commit details
    Browse the repository at this point in the history
  25. Add files via upload

    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    ae2050e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a3b8d0d View commit details
    Browse the repository at this point in the history
  27. Update README.md

    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    e71cb3a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c661e48 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7f00726 View commit details
    Browse the repository at this point in the history
  30. Updating ReadMe

    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    904ea47 View commit details
    Browse the repository at this point in the history
  31. Finished Readme.md

    arshupadhyaya authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    868d3f6 View commit details
    Browse the repository at this point in the history