delve-team / delve

PyTorch model training and layer saturation monitor
https://delve-docs.readthedocs.io
MIT License
79 stars 13 forks source link

Feature/layer filter #67

Closed MLRichter closed 1 year ago

MLRichter commented 1 year ago

added a simple filter option for layers.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02 :tada:

Comparison is base (55bec2c) 74.48% compared to head (79657ee) 74.51%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #67 +/- ## ========================================== + Coverage 74.48% 74.51% +0.02% ========================================== Files 8 8 Lines 976 977 +1 ========================================== + Hits 727 728 +1 Misses 249 249 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `74.51% <100.00%> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=delve-team#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/delve-team/delve/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=delve-team) | Coverage Δ | | |---|---|---| | [delve/\_\_init\_\_.py](https://codecov.io/gh/delve-team/delve/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=delve-team#diff-ZGVsdmUvX19pbml0X18ucHk=) | `84.61% <100.00%> (ø)` | | | [delve/pca\_layers.py](https://codecov.io/gh/delve-team/delve/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=delve-team#diff-ZGVsdmUvcGNhX2xheWVycy5weQ==) | `86.30% <100.00%> (ø)` | | | [delve/torchcallback.py](https://codecov.io/gh/delve-team/delve/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=delve-team#diff-ZGVsdmUvdG9yY2hjYWxsYmFjay5weQ==) | `77.64% <100.00%> (+0.08%)` | :arrow_up: | 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=delve-team). 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=delve-team)

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