Hanlin Tang

Results 13 issues of Hanlin Tang

This PR refactors the logging to: * centralize verbosity controls into the python logging levels, instead of passing `verbose` arguments to many helper methods * downgrades most warnings to info...

We are working on adding MLPerf logging to our open source library released recently (https://github.com/mosaicml/composer), however, the recommended install for this package is via: ``` pip install git+https://github.com/mlperf/logging.git ``` However,...

Hparams such as `grad_accum: Optional[str, int]` should attempt to use `int` first before defaulting to `str`. Otherwise, argparse flags such as `--grad_accum 1` would be converted as a string, instead...