-
Notifications
You must be signed in to change notification settings - Fork 25
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
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7abff49 - Browse repository at this point
Copy the full SHA 7abff49View commit details -
feat: added embedding forward hook check
Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e4e8bc - Browse repository at this point
Copy the full SHA 0e4e8bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a433685 - Browse repository at this point
Copy the full SHA a433685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7759f09 - Browse repository at this point
Copy the full SHA 7759f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7221eff - Browse repository at this point
Copy the full SHA 7221effView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17297f2 - Browse repository at this point
Copy the full SHA 17297f2View commit details -
docs: adding docstrings throughout helper
Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4372d75 - Browse repository at this point
Copy the full SHA 4372d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a84d16 - Browse repository at this point
Copy the full SHA 1a84d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552cf1b - Browse repository at this point
Copy the full SHA 552cf1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9922415 - Browse repository at this point
Copy the full SHA 9922415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2349305 - Browse repository at this point
Copy the full SHA 2349305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a749be - Browse repository at this point
Copy the full SHA 1a749beView commit details -
Configuration menu - View commit details
-
Copy full SHA for cac78fe - Browse repository at this point
Copy the full SHA cac78feView commit details -
refactor: putting embedding logging in train step
That way we don't do a double log as forward might be called multiple times
Configuration menu - View commit details
-
Copy full SHA for 53d640b - Browse repository at this point
Copy the full SHA 53d640bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e1f07 - Browse repository at this point
Copy the full SHA d7e1f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997a1be - Browse repository at this point
Copy the full SHA 997a1beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1640ef8 - Browse repository at this point
Copy the full SHA 1640ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9dd125 - Browse repository at this point
Copy the full SHA a9dd125View commit details -
test: added simple unit test for forward hook
Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7186df6 - Browse repository at this point
Copy the full SHA 7186df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44150f5 - Browse repository at this point
Copy the full SHA 44150f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb876f - Browse repository at this point
Copy the full SHA 8eb876fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c48a5c - Browse repository at this point
Copy the full SHA 9c48a5cView commit details -
scripts: added scripts to demonstrate callback usage
Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8ccae8 - Browse repository at this point
Copy the full SHA a8ccae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e1a33 - Browse repository at this point
Copy the full SHA 28e1a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for af745c0 - Browse repository at this point
Copy the full SHA af745c0View commit details -
refactor: now looping over multiple loggers, if any are supplied
This will only still function for wandb/tensorboard, but supports multiple
Configuration menu - View commit details
-
Copy full SHA for 515e4b8 - Browse repository at this point
Copy the full SHA 515e4b8View commit details -
refactor: making forward pass only set embeddings to batch, not reusi…
…ng them This addresses the issue of computational graphs breaking
Configuration menu - View commit details
-
Copy full SHA for 7f726b9 - Browse repository at this point
Copy the full SHA 7f726b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b888ee8 - Browse repository at this point
Copy the full SHA b888ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c182d90 - Browse repository at this point
Copy the full SHA c182d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca1367 - Browse repository at this point
Copy the full SHA 2ca1367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43175b4 - Browse repository at this point
Copy the full SHA 43175b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d53cde4 - Browse repository at this point
Copy the full SHA d53cde4View commit details