Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Pro
Pinned
3,784 contributions in the last year
Activity overview
Contributed to
PyTorchLightning/pytorch-lightning,
PyTorchLightning/pytorch-lightning-bolts,
conda-forge/pytorch-lightning-feedstock
and 5 other
repositories
Contribution activity
January 2021
Created 7 commits in 3 repositories
Created a pull request in PyTorchLightning/pytorch-lightning that received 10 comments
mark todo exceptions
What does this PR do? adding to-do notes for exceptions that shall be better specified and cleaning a few of them... Before submitting Was this d…
+64
−49
•
10
comments
Opened 7 other pull requests in 2 repositories
PyTorchLightning/pytorch-lightning
6
merged
Borda/pyRepoStats
1
merged
Reviewed 20 pull requests in 3 repositories
PyTorchLightning/pytorch-lightning-bolts 15 pull requests
- Removes `global` assignment in warnings.py
- Update docstring for GIoU metric
- Intersection over Union Metric/Loss
- Remove transitions from docs to comply with warnings from `sphinx-check`
- Add missing `,` to `pl_bolts/models/self_supervised/__init__.py`
- add types in bolts/callbacks
- Update isort config and apply to the codebase
- Add SRGAN Module
- Variable name is not align with meaning
- Redundant definition of cosine similarity
- ci: Change the filename of make-docs artifact
- Refactor the rest of `pl_bolts.models.self_supervised`
- Refactor `pl_bolts.models.self_supervised.amdim`
- Refactor `pl_bolts.callbacks`
- Replace `dict()` with `{}`