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,594 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in PyTorchLightning/pytorch-lightning that received 11 comments
Add step index in checkpoint name [wip] [skip ci]
What does this PR do? Fixes #1764 Fixes #3789 Partially implements what is requested in #4335 TODO fix remaining tests update docs with option o…
- Docs/changelog for 1.0.3
- prune ignore
- CI: add flake8
- allow codecov upload to fail
- move base req. to root
- remove unused folder
- update PR template
- update stale bot
- fix hparams assign in init
- update chlog for past 1.0.2
- fix jit for PT1.7
- save initial arguments
- Bugfix/4156 filter hparams for yaml - fsspec
- docs: fix fomatting
- Tests: clean metrics
- new log section [skip ci]
- Skip reverted "temporary drop metrics tests while speeding them up"
- add symlink to requirements
- hotfix Drone install Horovod
- readme typo: swap example [skip ci]
- add parsing OS env vars
- ref: rename package Env
- fix overwrite & add test for model hooks
- ref: simplify test callback
- fix CI: try update horovod
- Some pull requests not shown.
- update old references to filepath in ModelCheckpoint docs
- fix typos in docs: remove redundant whitespace in new-project.rst
- docs: Add favicon
- Update to NeMo Documentation
- BUG - Wandb: Sanitize callable.
- add bug_report_model to bug_report
- Add dirpath and filename parameter in ModelCheckpoint
- Update __init__.py
- Fix bug comparing max_steps to global step which inits at 0
- Set correct device ids in DDP [wip]
- minor doc fix
- [Metrics] Unification of regression
- add svg logo [SKIP CI]
- New section for changelog [ci skip]
- [Metrics, fix] Fix unintended zero-only target in iou example
- Wrong num_calls for validation.
- Corrected f_beta computation
- add test if no loss is provided
- encourage draft PR submission [ci skip]
- update stale bot
- [FEAT] Logging in train callbacks
- Fix missing epoch end custom logging metrics
- add try except around onnxruntime if not properly installed
- activated color in all pytest runs
- Added the function for downloading the badges locally and replace the url with downlaod path
- Some pull request reviews not shown.
- Fix typo in CONTRIBUTING.md
- docs: Add type hints to arguments in `pl_bolts.models`
- Raise ModuleNotFoundError when unavailable
- Adds Contibuting.md file
- bugfix: adjusted CityScapes DataModule to proper torchvision api
- data monitor callbacks
- Swav
- docs: Add empty lines before `Args:` in docstring
- Use `Optional` for arguments set to `None` by default
- Removed datamodule from an input parameter
- Remove unused exception reference
- Explicitly chain exceptions with `raise ... from ...`
- skip hanging tests & update imports
- Update README.md
- Fix typo in README.md
Created an issue in PyTorchLightning/pytorch-lightning that received 6 comments
crashing dump for hparams containing fsspec
- add CI check for valid import formatting
- clean-up metric testing
- Better/correct test for callback
- limit builds for Docs
- define PL dev debugger for all tests
- copy badges to release package
- use docker image for GH action testing
- Deprecate EvalModelTemplatein favor of BoringModel and another simple model that does actually learn
- correct the EvalModelTemplate methods - template