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,630 contributions in the last year
Contribution activity
June 2020
Created a pull request in PyTorchLightning/pytorch-lightning that received 13 comments
Rename and fix overfit_pct, val_percent_check and test_percent_check
Fixes #1668
Fixes #1920
Fixes #830
Overfit
Removes overfit_pct
Adds overfit_batches which can be a float (%) or int (steps)
overfit now makes sure…
+424
−216
•
13
comments
- [refactor results 1] - refactor backward
- docs additions
- Release
- remove tpu barrier
- fallback to hparams str
- Barrier
- decrease some training times
- fix gpu template
- remove frame inspection on self.hparams
- fix setup and on fit calls
- made fx public
- added barrier
- Docs clean-up
- Pid port + duplicate rank_zero logging
- Tpu logging
- adds setup+teardown hook
- allow regression metrics to import
- doc fixes
- replace train_percent_check with limit_train_batches
- Revert "Misleading exception raised during batch scaling"
- add on fit_start on fit_end hooks
- overfit_pct now uses train loaders for val and test and does not shuffle
- hydra ddp support + generalized ddp gpu flags
- Performance docs
- Fast defaults
- Some pull requests not shown.
Created an issue in PyTorchLightning/pytorch-lightning that received 8 comments
Let's add a `suggested_num_workers()` method?
V1 could be: import subprocess def suggest_num_workers(num_accelerators): num_cpus = multiprocessing.cpu_count() return num_cpus * num_accelerators @…
8
comments