nmichlo / disent

🧶 Modular VAE disentanglement framework for python built with PyTorch Lightning ▸ Including metrics and datasets ▸ With strongly supervised, weakly supervised and unsupervised methods ▸ Easily configured and run with Hydra config ▸ Inspired by disentanglement_lib
https://disent.michlo.dev
MIT License
122 stars 18 forks source link

Project Linting #44

Closed nmichlo closed 1 year ago

nmichlo commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 59.87% and project coverage change: -0.44 :warning:

Comparison is base (ff462ba) 70.04% compared to head (33e706b) 69.61%.

:exclamation: Current head 33e706b differs from pull request most recent head 09779fa. Consider uploading reports for the commit 09779fa to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ========================================== - Coverage 70.04% 69.61% -0.44% ========================================== Files 135 135 Lines 7538 7598 +60 ========================================== + Hits 5280 5289 +9 - Misses 2258 2309 +51 ``` | [Impacted Files](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan) | Coverage Δ | | |---|---|---| | [disent/dataset/data/\_episodes\_\_custom.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L2RhdGFzZXQvZGF0YS9fZXBpc29kZXNfX2N1c3RvbS5weQ==) | `23.07% <0.00%> (ø)` | | | [disent/dataset/data/\_random\_\_teapots3d.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L2RhdGFzZXQvZGF0YS9fcmFuZG9tX190ZWFwb3RzM2QucHk=) | `0.00% <0.00%> (ø)` | | | [disent/dataset/util/formats/npz.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L2RhdGFzZXQvdXRpbC9mb3JtYXRzL25wei5weQ==) | `0.00% <0.00%> (ø)` | | | [disent/dataset/util/stats.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L2RhdGFzZXQvdXRpbC9zdGF0cy5weQ==) | `0.00% <0.00%> (ø)` | | | [disent/dataset/wrapper/\_masked.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L2RhdGFzZXQvd3JhcHBlci9fbWFza2VkLnB5) | `41.86% <0.00%> (ø)` | | | [disent/frameworks/helper/util.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L2ZyYW1ld29ya3MvaGVscGVyL3V0aWwucHk=) | `100.00% <ø> (ø)` | | | [disent/nn/functional/\_correlation.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L25uL2Z1bmN0aW9uYWwvX2NvcnJlbGF0aW9uLnB5) | `88.23% <ø> (ø)` | | | [disent/nn/loss/softsort.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L25uL2xvc3Mvc29mdHNvcnQucHk=) | `0.00% <0.00%> (ø)` | | | [disent/nn/modules.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L25uL21vZHVsZXMucHk=) | `83.33% <0.00%> (ø)` | | | [disent/util/array.py](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan#diff-ZGlzZW50L3V0aWwvYXJyYXkucHk=) | `0.00% <ø> (ø)` | | | ... and [112 more](https://codecov.io/gh/nmichlo/disent/pull/44?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan) | | 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=Nathan). 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=Nathan)

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