-
MIT
- Cambridge, MA
- https://dblalock.github.io
Highlights
- Pro
Block or Report
Block or report dblalock
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
scons-example Public
An example C/C++ project showing how to build a shared library and tests in nested subdirectories using Scons.
-
lzbench Public
Forked from inikep/lzbench
fork of lzbench specialized for benchmarking time series compression
C 1
-
swig-numpy-example Public
Example project showing how to interface C/C++ arrays and classes with Numpy using SWIG
52 contributions in the last year
Contribution activity
February 2022
Created 3 commits in 1 repository
Created a pull request in mosaicml/composer that received 2 comments
Add defaults to functional API / share defaults across interfaces
Addresses #344. Right now most of the ways to use most of our algorithms have default values for their hparams wherever possible. But some algorith…
Opened 5 other pull requests in 1 repository
Created an issue in mosaicml/composer that received 2 comments
Support import composer.functional
(Had a little confusion about we wanted to do so below comments are confusing; relevant info now summarized here). The problem is that we don't sup…
Opened 8 other issues in 1 repository
mosaicml/composer
7
open
1
closed
- Script to run the tests locally such that they all pass
- Improve algorithm file code organization
- Algorithm files should only have public functions that users are expected to call
- Standardized + clearer functional API names
- Algorithm docstrings use full algo path, not path user should use
- Functional API for channels_last
- Have defaults for functional API function signatures whenever applicable
- Unify functional API function signatures