We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a tracking issue for minor refactors (which makes sure not to change existing APIs):
no cover
no-cover
# pragma: no cover
# pragma: no-cover
__all__
__init__.py
try/except
ModuleNotFoundError
pl_bolts/callbacks/
pl_bolts.callbacks
pl_bolts/datamodules/
pl_bolts/datasets/
pl_bolts/metrics/
pl_bolts/models/
pl_bolts/models/self_supervised/
pl_bolts.models.self_supervised.amdim
pl_bolts/optimizers/
pl_bolts/transforms/
pl_bolts/utils/
After addressing this issue, #427 will follow up for major refactoring in models, and I'll add the importing tests in #421.
The text was updated successfully, but these errors were encountered:
akihironitta
Successfully merging a pull request may close this issue.
🚀 Refactoring
This is a tracking issue for minor refactors (which makes sure not to change existing APIs):
no cover
instead ofno-cover
#476)# pragma: no cover
instead of# pragma: no-cover
.# pragma: no cover
at the beginning of clauses.__all__
to__init__.py
files.try/except
for optional import statementsModuleNotFoundError
with helpful messages when instantiating classes or calling functions in order not to fail to import classes/functions.Progress
pl_bolts/callbacks/
Refactorpl_bolts.callbacks
#477pl_bolts/datamodules/
Minor refactors - datasets/datamodules/optimizers/transforms/metrics/utils #523pl_bolts/datasets/
Minor refactors - datasets/datamodules/optimizers/transforms/metrics/utils #523pl_bolts/metrics/
Minor refactors - datasets/datamodules/optimizers/transforms/metrics/utils #523pl_bolts/models/
Minor refactors - cleaning models #524pl_bolts/models/self_supervised/
Refactorpl_bolts.models.self_supervised.amdim
#479 ci: Introduce code formatter #482pl_bolts/optimizers/
Minor refactors - datasets/datamodules/optimizers/transforms/metrics/utils #523pl_bolts/transforms/
Minor refactors - datasets/datamodules/optimizers/transforms/metrics/utils #523pl_bolts/utils/
Minor refactors - datasets/datamodules/optimizers/transforms/metrics/utils #523Additional context
After addressing this issue, #427 will follow up for major refactoring in models, and I'll add the importing tests in #421.
The text was updated successfully, but these errors were encountered: