Christian
Christian
**Describe the bug** https://github.com/aws/sagemaker-training-toolkit/blob/master/src/sagemaker_training/logging_config.py#L29 needs an integer for `level`. Through https://github.com/aws/sagemaker-python-sdk/blob/dev/src/sagemaker/estimator.py#L685 the value in `hyperparams[CONTAINER_LOG_LEVEL_PARAM_NAME]` (which is `logging.INFO`, the integer value `20`) gets converted to a string (`'20'`), and hence...
Extend the set of types that are not handled by json.dumps to elementary types. *Issue #2949 *Description of changes:* *Testing done:* Local test. ## Merge Checklist _Put an `x` in...
A line (or a marked block) should be commented with `Editor: Comment line(s)`. This seems not to work.