Highlights
- Arctic Code Vault Contributor
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
416 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in PyTorchLightning/pytorch-lightning that received 13 comments
Add dirpath and filename parameter in ModelCheckpoint
What does this PR do? Fixes #3583 Fixes #4168 Fixes #2042 Fixes #4012 maybe more... TODO: Update/Add test Update docs Before submitting Was …
- Enable profilers to write to remote files with fsspec
- update old references to filepath in ModelCheckpoint docs
- [Doc] Fix on_train_batch_end description
- docs: Add favicon
- Skip replacing dataloader sampler if it's already a distributed sampler
- Protect functions not to be accessed by user
- Allow changing the logged step value in validation_step
- Clean up optimizer code
- Fix info message when EarlyStopping 'mode' not provided [ci skip]
- update stale bot
- docs: Add empty lines in docstring [ci skip]
- CI: add flake8
- Add dirpath and filename parameter in ModelCheckpoint
- allow codecov upload to fail
- move base req. to root
- [WIP] Feature/3305 opacus callback
- update PR template
- docs: fix fomatting
- Skip reverted "temporary drop metrics tests while speeding them up"
- Vanilla Text Classification
- Added getstate/setstate method for torch.save serialization
- Call on_load_checkpoint before loading state_dict
- removes last traces of apex etc from PL module
- readme typo: swap example [skip ci]
- use automethod for LightningModule method
- Some pull request reviews not shown.
Created an issue in PyTorchLightning/pytorch-lightning that received 7 comments
Logs are logged twice with on_step=True and on_epoch=True
on_step=True and on_epoch=True
To Reproduce
Code:
https://gist.github.com/rohitgr7/9322f92daee7d1991b836abd9f7b63f1