Description Super class Methods
This rule helps to detect issues in workload balancing between multiple GPUs. It computes a histogram of utilization per GPU and measures the distance between those histograms. If the histogram exceeds a pre-defined threshold then rule triggers.
sagemaker.debugger::ProfilerRuleBase
-> LoadBalancing
new()
Initialize LoadBalancing class
LoadBalancing$new( threshold = 0.5, patience = 1000, scan_interval_us = 60 * 1000 * 1000 )
threshold
: difference between 2 histograms 0.5
patience
: how many values to record before checking for loadbalancing issues
scan_interval_us
: interval with which timeline files are scanned. Default is 60000000 us.
clone()
The objects of this class are cloneable with this method.
LoadBalancing$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.