Description Super class Methods
This rule helps to detect how many dataloader processes are running in parallel and whether the total number is equal the number of available CPU cores.
sagemaker.debugger::ProfilerRuleBase
-> Dataloader
new()
Initialize Dataloader class
Dataloader$new( min_threshold = 70, max_threshold = 200, scan_interval_us = 6e+07 )
min_threshold
: how many cores should be at least used by dataloading processes. Default 70%
max_threshold
: how many cores should be at maximum used by dataloading processes. Default 200%
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.
Dataloader$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.