-
Notifications
You must be signed in to change notification settings - Fork 713
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
🩹 Patch requirements #892
🩹 Patch requirements #892
Conversation
Codecov ReportBase: 86.85% // Head: 86.73% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## refactor/sa/bump-up-pytorch-lightning-version #892 +/- ##
=================================================================================
- Coverage 86.85% 86.73% -0.13%
=================================================================================
Files 165 165
Lines 6331 6318 -13
=================================================================================
- Hits 5499 5480 -19
- Misses 832 838 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your effort
* Modified padim configs * Removed registry * Replace LightningLoggerBase with Logger * Remove resume_from_checkpoint arg from Trainer * Updated cfa configs for v1.9.0 * Udate cflow configs to run on v1.9.0 * Udate csflow configs to run on v1.9.0 * Udate dfkde configs to run on v1.9.0 * Udate dfm configs to run on v1.9.0 * Udate draem configs to run on v1.9.0 * Udpdate fasatflow configs to run on v1.9.0 * Udpdate ganomaly configs to run on v1.9.0 * Udpdate patchcore configs to run on v1.9.0 * Udpdate reverse_distillation configs to run on v1.9.0 * Udpdate rkde configs to run on v1.9.0 * Udpdate stfpm configs to run on v1.9.0 * Update CHANGELOG.md * Remove `inference_mode` from the configs to support PyTorch Lightning v1.6.* * Update CHANGELOG.md * Address pre-commit issues * PL v1.6.* is not supported anymore * Ignore no-member issue when getting trainer.callbacks * Added requirements to pre-commit * Resolve merge conflicts properly * Revert the changes in tox.ini * Address pre-commit errors * Address pylint comments from pre-commit * Address pylint comments from pre-commit. - This is the final one!! * Fix tests. Tensorboard logger has not been addressed yet. * 🩹 Patch requirements (#892) * check extras dependencies in loggers * Add recreate to workflow * Revert -r flag * Fix mocks --------- Co-authored-by: Ashwin Vaidya <[email protected]> * replace in-place torch operations in Denormalize --------- Co-authored-by: Ashwin Vaidya <[email protected]> Co-authored-by: Ashwin Vaidya <[email protected]>
Description