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

Simplify typing, remove uses of the Algorithm class #32

Merged
merged 26 commits into from
Jul 15, 2024
Merged

Conversation

lebrice
Copy link
Collaborator

@lebrice lebrice commented Jul 8, 2024

No description provided.

@lebrice lebrice linked an issue Jul 8, 2024 that may be closed by this pull request
@lebrice lebrice marked this pull request as ready for review July 9, 2024 14:25
lebrice added 26 commits July 15, 2024 14:28
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
- Adds a patch for mit-ll-responsible-ai/hydra-zen#705

Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 82.60870% with 60 lines in your changes missing coverage. Please review.

Project coverage is 57.06%. Comparing base (d4891fb) to head (e60f022).

Files Patch % Lines
project/algorithms/example.py 63.09% 31 Missing ⚠️
project/algorithms/jax_example.py 69.23% 8 Missing ⚠️
project/algorithms/no_op.py 42.85% 8 Missing ⚠️
project/experiment.py 69.56% 7 Missing ⚠️
project/algorithms/callbacks/samples_per_second.py 80.00% 1 Missing ⚠️
project/algorithms/testsuites/algorithm.py 90.90% 1 Missing ⚠️
project/algorithms/testsuites/algorithm_tests.py 92.30% 1 Missing ⚠️
project/configs/algorithm/lr_scheduler/__init__.py 95.45% 1 Missing ⚠️
project/configs/algorithm/optimizer/__init__.py 95.45% 1 Missing ⚠️
project/utils/hydra_utils.py 95.83% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   56.69%   57.06%   +0.36%     
==========================================
  Files          50       50              
  Lines        3277     3326      +49     
==========================================
+ Hits         1858     1898      +40     
- Misses       1419     1428       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lebrice lebrice merged commit 0d35a38 into master Jul 15, 2024
6 checks passed
@lebrice lebrice deleted the simplify_typing branch July 15, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce typing verbosity and simplify/remove generic classes
2 participants