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-
Facebook
- Menlo Park, CA
- http://pdollar.github.io/
64 contributions in the last year
Contribution activity
June 2020
pdollar has no activity
yet for this period.
May 2020
Created a pull request in facebookresearch/pycls that received 1 comment
Add timing of data loader and new defaults
Summary: data loading can introduce a large overhead, especially when training small models. This commit adds code to time data loading and also ch…
+139
−85
•
1
comment
- Updating timing code (now always enabled)
- Minor cleanup of pycls/core/
- Minor cleanup of pycls/datasets/
- Added unit test for complexity
- Refactoring trainer to better reuse shared code
- Move training and testing logic into trainer.net
- Import renaming after file reorg
- Merge pycls/utlils/ and pycls/core/
- Cleanup of builders and logger
- Merge distributed/multiprocessing code
- Cleanup of model timing/complexity/builder code
- Cleanup of optimizer
- Added load_cfg_fom_args() to config.py
- Cleanup of file locations + housekeeping updates
- Cleanup of config.py and fix invalid defaults
- Fast/simple complexity counts (flops/params/acts)
- Cleanup of pycls/models/*. Mostly formatting, etc., but also some very minor fixes for corner cases.