sagemaker.train.container_drivers.distributed_drivers.basic_script_driver#
This module is the entry point for the Basic Script Driver.
Functions
Create the commands to execute. |
|
|
Main function for the Basic Script Driver. |
- sagemaker.train.container_drivers.distributed_drivers.basic_script_driver.create_commands() List[str][source]#
Create the commands to execute.
- sagemaker.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.