Description Super class Methods
This rule helps to detect large increase in memory usage on GPUs. The rule computes the moving average of continous datapoints and compares it against the moving average of previous iteration.
sagemaker.debugger::ProfilerRuleBase
-> GPUMemoryIncrease
new()
Initialize GPUMemoryIncrease class
GPUMemoryIncrease$new( increase = 5, patience = 1000, window = 10, scan_interval_us = 60 * 1000 * 1000 )
increase
: defines the threshold for absolute memory increase.Default is 5%. So if moving average increase from 5% to 6%, the rule will fire.
patience
: defines how many continous datapoints to capture before Rule runs the first evluation. Default is 1000
window
: window size for computing moving average of continous datapoints
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.
GPUMemoryIncrease$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.