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

Quality of life and helper callback functions #237

Merged
merged 32 commits into from
Jul 1, 2024

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    7abff49 View commit details
    Browse the repository at this point in the history
  2. feat: added embedding forward hook check

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0e4e8bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a433685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7759f09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7221eff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17297f2 View commit details
    Browse the repository at this point in the history
  7. docs: adding docstrings throughout helper

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4372d75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a84d16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    552cf1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9922415 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2349305 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a749be View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cac78fe View commit details
    Browse the repository at this point in the history
  14. refactor: putting embedding logging in train step

    That way we don't do a double log as forward might be called multiple times
    laserkelvin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    53d640b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d7e1f07 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    997a1be View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1640ef8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a9dd125 View commit details
    Browse the repository at this point in the history
  19. test: added simple unit test for forward hook

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7186df6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    44150f5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8eb876f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9c48a5c View commit details
    Browse the repository at this point in the history
  23. scripts: added scripts to demonstrate callback usage

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a8ccae8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    28e1a33 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    af745c0 View commit details
    Browse the repository at this point in the history
  26. refactor: now looping over multiple loggers, if any are supplied

    This will only still function for wandb/tensorboard, but supports multiple
    laserkelvin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    515e4b8 View commit details
    Browse the repository at this point in the history
  27. refactor: making forward pass only set embeddings to batch, not reusi…

    …ng them
    
    This addresses the issue of computational graphs breaking
    laserkelvin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7f726b9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b888ee8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c182d90 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2ca1367 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    43175b4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d53cde4 View commit details
    Browse the repository at this point in the history