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
592 contributions in the last year
Contribution activity
July 2020
Created a pull request in PyTorchLightning/pytorch-lightning that received 11 comments
save_dir fix for MLflowLogger + save_dir tests for others
What does this PR do? Fixes the error "Yaml file not found" when setting the default_root_dir in Trainer to something other than the default.
Befor…
+219
−84
•
11
comments
- Fix weights_save_path when logger is used + simplify path handling + better docs
- docs: clarify which shuffle argument (follow up to #2630)
- fix dtype/device property not getting updated in submodules
- update ddp docs about launching training script
- truncate long version number in progress bar
- update conda packages
- docs: add hint about register_buffer
- Fix CI crash on coverage upload timeout
- fix codecov command error in drone for master branch
- make loggers pickleable
- Fixed skipped horovod tests
- fix dtype conversion of example_input_array in model summary
- Warn user when IterableDataset has __len__ defined
- Datamodule
- EvalResult support for val loop (PR 3/5)
- truncate long version number in progress bar
- metrics: add SSIM
- Structured results (train loop only. val loop separate PR) (PR 2/5)
- Fix local rank zero casting
- [WIP] Improve Comet Logger pickled behavior
- metrics: add BLEU
- Add tracking of basic states in Trainer.
- Clarify limit_{train,val,test}_batches behaviour
- Fix typo of handling
- fix setup call while testing
- tests: add default_root_dir=tmpdir
- Fix max_batches with fast_dev_run.
- missing changelog
- Typo
- .fit() returns last not best weights in ddp_spawn
- Support returning python scalars in DP
- Fix ddp tests + .test()
- flatten Wandb hyperparameters dict
- fix worker warning
- [tiny] Fix training_dataloader usage to be train_dataloader instead.
- make loggers pickleable
- Start accumulate gradients schedule at epoch 0 (continued)
- Start accumulate gradients schedule at epoch 0
- Some pull request reviews not shown.
Created an issue in wandb/client that received 10 comments
wandb in pytest causes OSError: [Errno 29] Illegal seek
Weights and Biases version: 0.9.2 Python version: 3.7.6 Operating System: Linux Description Tried to use wanb in pytest here in this PR PyTorchLi…
10
comments

