awslabs / benchmark-ai

Anubis (formerly known as Benchmark AI), measures the goodness of machine learning workloads
Apache License 2.0
16 stars 6 forks source link

[SageMaker - exec] To pass more configuration information to SageMaker through TOML. #998

Open gavinmbell opened 4 years ago

gavinmbell commented 4 years ago

To add into TOML additional flags to be used by SageMaker to allow for additional configuration of...

jlcontreras commented 4 years ago

Anubis starts sagemaker jobs as estimators (see here). We'd have to support additional fields in the toml which would then translate into parameters for the estimator's contructor.