Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,819 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 103 commits in 8 repositories
Created 2 repositories
Created a pull request in PyTorchLightning/pytorch-lightning that received 4 comments
update changelog after 1.0.5
What does this PR do? collect changes after the last release... PR review Is this pull request ready for review? (if not, please submit in draft …
Opened 28 other pull requests in 3 repositories
PyTorchLightning/pytorch-lightning
3
open
18
merged
- refactor imports of logger dependencies
- refactor imports of optional dependencies
- update chlong after 1.0.8
- increase Parity threshold
- add version for CPU users
- update stale bot
- fix examples running in DP
- Update examples - use DataModule
- update chlog after 1.0.7 release
- Delay PyPI releasing
- pytest default color
- allow decorate model init with saving hparams
- isolate PL debugger in tests
- update changelog after 1.0.6
- CI: TPU drop install horovod
- fix mock pkgs in docs
- test PL examples
- update PR template
- CI: fix pypi release v1
- update contrib notes
- extend release testing
PyTorchLightning/pytorch-lightning-bolts
5
merged
Borda/pyRepoStats
2
merged
Reviewed 133 pull requests in 4 repositories
PyTorchLightning/pytorch-lightning 94 pull requests
- make device property always return a device with index
- Replace lightning logo asset [CI SKIP]
- Classification metrics overhaul: input formatting standardization (1/n)
- Implementing mAP
- Add formulas and references to metrics docs
- test_cpu and test_gpu EvalModelTemplate deprecation
- [WIP] Classification metrics overhaul 1/3 [wip]
- Use high progress_bar_refresh_rate on Google Colab
- Fixed a crash bug in MLFlow logger
- 5/n: Extract reference model call to plugins/accelerators
- :hammer: minor refactor in trainer.
- deprecate hprams setter method
- Clarify checkpoint deprecation message
- Deprecate prefix argument in ModelCheckpoint
- Add Trainer.validate(…) method to run one validation epoch
- [tests/checkpointing] refactor with BoringModel
- Don't override PYTHONWARNINGS
- [bugfix] Accumulated_gradient and TensoBoard
- Hyperparameters for datamodule
- Plugin feat 2
- Add `before_batch_transfer` and `after_batch_transfer` hooks
- [FEAT] DDP: Create DDPLauncher
- Fix torchtext data to gpu
- Cast hparams to dict when not using omegaconf
- Implemented ModelSummary total params values
- Some pull request reviews not shown.
PyTorchLightning/pytorch-lightning-bolts 31 pull requests
- Adds Backbones to Faster RCNN
- fix last batch index error reinforce
- remove private methods in docs
- Decouple DataModules from Models - CPCV2
- Fix datamodules ImportError and add tests
- Refactor cli arguments of models
- Adds smoke test
- ci: Fix dataset downloading errors
- Update .gitignore
- Rename test_executable_scripts.py to test_scripts.py for consistency
- docs: Fix the link to AMDIM paper
- binary mnist dm fix
- Implemented GIoU
- simclr fixes
- Ensure sync across val/test step when using DDP
- fix stl10 datamodule
- [isort] fix importing in swav_module
- Fix typo in FileNotFoundError message in imagenet_datamodule
- Update changelog
- [make] create Makefile
- [pytest] add --color=yes
- Fix precision_at_k function
- docs: Add Changelog
- bugfix: batch_size parameter for DataModules remaining
- Decouple DataModules from Models - SemSegment
- Some pull request reviews not shown.
conda-forge/pytorch-lightning-feedstock 4 pull requests
abhishekkrthakur/colabcode 4 pull requests
Created an issue in abhishekkrthakur/colabcode that received 1 comment
Connect other local/remote IDE
Hi, great tool, would it be possible to connect also some other local/remote IDE like PyCharm?
If so, could we add it also to the readme...