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 up
Pinned
2,717 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 71 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 19 other pull requests in 3 repositories
PyTorchLightning/pytorch-lightning
2
open
10
merged
- 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 85 pull requests in 3 repositories
PyTorchLightning/pytorch-lightning 63 pull requests
- Apply import formatting to files in the 2nd top level
- [docs] Remove the redundant indents in trainer.py
- Add current_score to ModelCheckpoint.on_save_checkpoint
- Deprecate auto mode from ModelCheckpoint and EarlyStopping
- Fixed a crash bug in MLFlow logger
- GAN Domain Template: Typo in the description of Adam's beta 2
- [WIP][NEED HELP] Add `tests/utilities/test_parsing.py`
- feat(wandb): let wandb cli handle runs
- Added experiment_id to NeptuneLogger
- Tpu save
- [metrics] Update SSIM
- [bug] Set split_idx from logger_connector to trainer.
- Allow valid input in to_onnx and to_torchscript
- allow decorate model init with saving hparams
- Improve skipping steps tests
- [tests/callbacks] refactor with BoringModel
- [Example] Add Pytorch Geometric Example
- [docs] Added description of saving using ddp [wip]
- [Bug Fix] Allow logger to support indexing
- Rename distributed_backend to accelerator in examples
- Fix setup callback hook to pass LightningModule through
- Fix docs typo: train_batch => val_batch
- [Metrics] Unification of FBeta
- Use high progress_bar_refresh_rate on Google Colab
- Increase parity to match logging refactor
- Some pull request reviews not shown.
PyTorchLightning/pytorch-lightning-bolts 19 pull requests
- 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
- ci: Check import formatting with `isort`
- [WIP] Refactor __init__.py for datamodules
- ci: Cache datasets
- docs: Update arguments of GAN
- bugfix: batch_size for MNISTDataModule
- bugfix: adjusted CityScapes DataModule to proper torchvision api