HorovodProfilingConfig | R Documentation |
The configuration for framework metrics from Horovod distributed training.
sagemaker.common::MetricsConfigBase
-> HorovodProfilingConfig
new()
Specify target steps or a target duration to profile.
By default, it profiles step 13 of training.
If profile_default_steps
is set to 'True' and none of the other range
parameters is specified,
the class uses the default config for horovod profiling.
HorovodProfilingConfig$new( start_step = NULL, num_steps = NULL, start_unix_time = NULL, duration = NULL, profile_default_steps = FALSE )
start_step
(int): The step to start profiling. The default is step 13.
num_steps
(int): The number of steps to profile. The default is for 1 steps.
start_unix_time
(int): The Unix time to start profiling.
duration
(float): The duration in seconds to profile.
profile_default_steps
(bool): Indicates whether the default config should be used.
clone()
The objects of this class are cloneable with this method.
HorovodProfilingConfig$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.