sagemaker.core.modules.train.container_drivers.distributed_drivers.basic_script_driver

sagemaker.core.modules.train.container_drivers.distributed_drivers.basic_script_driver#

This module is the entry point for the Basic Script Driver.

Functions

create_commands()

Create the commands to execute.

main()

Main function for the Basic Script Driver.

sagemaker.core.modules.train.container_drivers.distributed_drivers.basic_script_driver.create_commands() List[str][source]#

Create the commands to execute.

sagemaker.core.modules.train.container_drivers.distributed_drivers.basic_script_driver.main()[source]#

Main function for the Basic Script Driver.

This function is the entry point for the Basic Script Driver.

Execution Lifecycle: 1. Read the source code and hyperparameters JSON files. 2. Set hyperparameters as command line arguments. 3. Create the commands to execute. 4. Execute the commands.