SforAiDl / jeta

A Jax based meta learning library
MIT License
16 stars 12 forks source link

logging support added #40

Open harini-si opened 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Base: 0.00% // Head: 0.00% // No change to project coverage :thumbsup:

Coverage data is based on head (232e7a8) compared to base (e55bf83). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #40 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 9 10 +1 Lines 186 290 +104 ====================================== - Misses 186 290 +104 ``` | [Impacted Files](https://codecov.io/gh/SforAiDl/jeta/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SforAiDl) | Coverage Δ | | |---|---|---| | [jeta/logger.py](https://codecov.io/gh/SforAiDl/jeta/pull/40/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SforAiDl#diff-amV0YS9sb2dnZXIucHk=) | `0.00% <0.00%> (ø)` | | | [jeta/opti\_trainer.py](https://codecov.io/gh/SforAiDl/jeta/pull/40/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SforAiDl#diff-amV0YS9vcHRpX3RyYWluZXIucHk=) | `0.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SforAiDl). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SforAiDl)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

veds12 commented 2 years ago

@harini-si have tried running these on one of the existing algorithms? Perhaps it would be good to add logging to MAML - pass what kind of logger to use an an argument to the OptiTrainer and try running it to see if everything works as expected